Module: Treetop::Compiler::Metagrammar::Primary2
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#atomic ⇒ Object
965 966 967 |
# File 'lib/treetop/compiler/metagrammar.rb', line 965 def atomic elements[0] end |
#node_class_declarations ⇒ Object
973 974 975 |
# File 'lib/treetop/compiler/metagrammar.rb', line 973 def node_class_declarations elements[2] end |
#suffix ⇒ Object
969 970 971 |
# File 'lib/treetop/compiler/metagrammar.rb', line 969 def suffix elements[1] end |