Module: Treetop::Compiler::Metagrammar::Primary2
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#atomic ⇒ Object
1652 1653 1654 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1652 def atomic elements[2] end |
#prefix ⇒ Object
1648 1649 1650 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1648 def prefix elements[0] end |