Module: Treetop::Compiler::Metagrammar::Primary4
- Defined in:
- lib/puppet_x/wildfly/gems/treetop-1.6.8/lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#atomic ⇒ Object
1504 1505 1506 |
# File 'lib/puppet_x/wildfly/gems/treetop-1.6.8/lib/treetop/compiler/metagrammar.rb', line 1504 def atomic elements[0] end |
#node_class_declarations ⇒ Object
1512 1513 1514 |
# File 'lib/puppet_x/wildfly/gems/treetop-1.6.8/lib/treetop/compiler/metagrammar.rb', line 1512 def node_class_declarations elements[2] end |
#suffix ⇒ Object
1508 1509 1510 |
# File 'lib/puppet_x/wildfly/gems/treetop-1.6.8/lib/treetop/compiler/metagrammar.rb', line 1508 def suffix elements[1] end |