Predicate

data class Predicate(val match: (SyntaxNodeRef) -> ParseOverlayMatch?) : ParseOverlay

Constructors

Link copied to clipboard
constructor(match: (SyntaxNodeRef) -> ParseOverlayMatch?)

Properties

Link copied to clipboard