Module: Treetop::Compiler::Metagrammar::QuotedString0
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#modifiers ⇒ Object
2710 2711 2712 |
# File 'lib/treetop/compiler/metagrammar.rb', line 2710 def modifiers elements[1] end |
#qs ⇒ Object
2706 2707 2708 |
# File 'lib/treetop/compiler/metagrammar.rb', line 2706 def qs elements[0] end |