Module: Treetop::Compiler::Metagrammar::Sequence1
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#head ⇒ Object
884 885 886 |
# File 'lib/treetop/compiler/metagrammar.rb', line 884 def head elements[0] end |
#node_class_declarations ⇒ Object
892 893 894 |
# File 'lib/treetop/compiler/metagrammar.rb', line 892 def node_class_declarations elements[2] end |
#tail ⇒ Object
888 889 890 |
# File 'lib/treetop/compiler/metagrammar.rb', line 888 def tail elements[1] end |