Module: Treetop::Compiler::Metagrammar::SequencePrimary4
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#atomic ⇒ Object
2227 2228 2229 |
# File 'lib/treetop/compiler/metagrammar.rb', line 2227 def atomic elements[0] end |
#suffix ⇒ Object
2231 2232 2233 |
# File 'lib/treetop/compiler/metagrammar.rb', line 2231 def suffix elements[1] end |