Module: Treetop::Compiler::Metagrammar::QuotedString0
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#modifiers ⇒ Object
2679 2680 2681 |
# File 'lib/treetop/compiler/metagrammar.rb', line 2679 def modifiers elements[1] end |
#qs ⇒ Object
2675 2676 2677 |
# File 'lib/treetop/compiler/metagrammar.rb', line 2675 def qs elements[0] end |