Module: Treetop::Compiler::Metagrammar::Primary2
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#atomic ⇒ Object
1480 1481 1482 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1480 def atomic elements[2] end |
#prefix ⇒ Object
1476 1477 1478 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1476 def prefix elements[0] end |