SyntaxNodeRef

interface SyntaxNodeRef

Interface for a reference to a syntax node in a tree.

Inheritors

Properties

Link copied to clipboard
abstract val from: Int
Link copied to clipboard
open val name: String
Link copied to clipboard
abstract val to: Int
Link copied to clipboard
abstract val type: NodeType

Functions

Link copied to clipboard
abstract fun matchContext(context: List<String>): Boolean

Match this node against a list of parent names (innermost last).