ParseOverlayMatch

sealed interface ParseOverlayMatch

Result returned by a ParseOverlay.Predicate match function.

  • FullNode means the entire child node range matches

  • CustomRange provides an explicit range within the node

Inheritors

Types

Link copied to clipboard
data class CustomRange(val range: TextRange) : ParseOverlayMatch
Link copied to clipboard