Module: Treetop::Compiler::Metagrammar::SequencePrimary0
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#atomic ⇒ Object
1914 1915 1916 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1914 def atomic elements[1] end |
#prefix ⇒ Object
1910 1911 1912 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1910 def prefix elements[0] end |