Module: Treetop::Compiler::Metagrammar::DeclarationSequence0
- Defined in:
- lib/puppet_x/wildfly/gems/treetop-1.6.8/lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#declaration ⇒ Object
680 681 682 |
# File 'lib/puppet_x/wildfly/gems/treetop-1.6.8/lib/treetop/compiler/metagrammar.rb', line 680 def declaration elements[1] end |
#space ⇒ Object
676 677 678 |
# File 'lib/puppet_x/wildfly/gems/treetop-1.6.8/lib/treetop/compiler/metagrammar.rb', line 676 def space elements[0] end |