Module: Treetop::Compiler::Metagrammar::SequencePrimary4
- 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
2055 2056 2057 |
# File 'lib/puppet_x/wildfly/gems/treetop-1.6.8/lib/treetop/compiler/metagrammar.rb', line 2055 def atomic elements[0] end |
#suffix ⇒ Object
2059 2060 2061 |
# File 'lib/puppet_x/wildfly/gems/treetop-1.6.8/lib/treetop/compiler/metagrammar.rb', line 2059 def suffix elements[1] end |