struct

Lrama::Runtime::Node

Inherits Struct < Value < Object

CST node data structure

Constructors

new(type : NodeType, id : Int32, span : Span, child_count : Int32, child_offset : Int32, name : String | Nil = nil)
Source

Class methods

elided(id : Int32, span : Span)
Source
error(span : Span)
Source
rule(id : Int32, span : Span, child_count : Int32, child_offset : Int32, name : String | Nil = nil)
Source
token(id : Int32, span : Span)
Source

Instance methods

child_count
Source
child_offset
Source
display_name

Get display name for node

Source
name
Source
span
Source
type
Source