Module: Treetop::Compiler::Metagrammar::SequencePrimary2
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#atomic ⇒ Object
2206 2207 2208 |
# File 'lib/treetop/compiler/metagrammar.rb', line 2206 def atomic elements[2] end |
#prefix ⇒ Object
2202 2203 2204 |
# File 'lib/treetop/compiler/metagrammar.rb', line 2202 def prefix elements[0] end |