QueryCapture

data class QueryCapture(source)

A Node that was captured with a certain capture name.

Properties

Link copied to clipboard
@get:JvmName(name = "name")
val name: String

The name of the capture.

Link copied to clipboard
@get:JvmName(name = "node")
val node: Node

The captured node.

Functions

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