Module: Treetop::Compiler::Metagrammar::QuotedString0
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#modifiers ⇒ Object
2902 2903 2904 |
# File 'lib/treetop/compiler/metagrammar.rb', line 2902 def modifiers elements[1] end |
#qs ⇒ Object
2898 2899 2900 |
# File 'lib/treetop/compiler/metagrammar.rb', line 2898 def qs elements[0] end |