Module: Treetop::Compiler::Metagrammar::Primary2
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#atomic ⇒ Object
1033 1034 1035 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1033 def atomic elements[0] end |
#node_class_declarations ⇒ Object
1041 1042 1043 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1041 def node_class_declarations elements[2] end |
#suffix ⇒ Object
1037 1038 1039 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1037 def suffix elements[1] end |