Module: Treetop::Compiler::Metagrammar::SequencePrimary2
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#atomic ⇒ Object
1986 1987 1988 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1986 def atomic elements[2] end |
#prefix ⇒ Object
1982 1983 1984 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1982 def prefix elements[0] end |