class Pegasus::Sim::ParentTree

Defined in:

tools/sim/pegasus_sim.cr

Constructors

Instance Method Summary

Instance methods inherited from class Pegasus::Sim::Tree

display(io, offset) display, table_index : Int64 table_index

Constructor Detail

def self.new(nonterminal_id : Int64, max_terminal : Int64, children : Array(Pegasus::Sim::Tree) = [] of Tree, name : String | Nil = nil) #

[View source]

Instance Method Detail

def children : Array(Tree) #

[View source]
def display(io, offset) #

[View source]
def table_index : Int64 #

[View source]