Module: Treetop::Compiler::Metagrammar::SequencePrimary0
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#atomic ⇒ Object
2174 2175 2176 |
# File 'lib/treetop/compiler/metagrammar.rb', line 2174 def atomic elements[1] end |
#prefix ⇒ Object
2170 2171 2172 |
# File 'lib/treetop/compiler/metagrammar.rb', line 2170 def prefix elements[0] end |