Module: Treetop::Compiler::Metagrammar::Sequence1
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#head ⇒ Object
1026 1027 1028 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1026 def head elements[0] end |
#node_class_declarations ⇒ Object
1034 1035 1036 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1034 def node_class_declarations elements[2] end |
#tail ⇒ Object
1030 1031 1032 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1030 def tail elements[1] end |