class Pegasus::Sim::ParentTree
- Pegasus::Sim::ParentTree
- Pegasus::Sim::Tree
- Reference
- Object
Defined in:
tools/sim/pegasus_sim.crConstructors
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)
#