Module: Treetop::Compiler::Metagrammar::Primary2
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#atomic ⇒ Object
1175 1176 1177 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1175 def atomic elements[0] end |
#node_class_declarations ⇒ Object
1183 1184 1185 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1183 def node_class_declarations elements[2] end |
#suffix ⇒ Object
1179 1180 1181 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1179 def suffix elements[1] end |