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