QueryMatch

A match that corresponds to a certain pattern in the query.

Properties

Link copied to clipboard

The captures contained in the pattern.

Link copied to clipboard
@get:JvmName(name = "getPatternIndex")
val patternIndex: UInt

The index of the pattern.

Functions

Link copied to clipboard
operator fun get(capture: String): List<Node>

Get the nodes that are captured by the given capture name.

Link copied to clipboard
open override fun toString(): String