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