Module: Treetop::Compiler::Metagrammar::QuotedString0

Defined in:
lib/treetop/compiler/metagrammar.rb

Instance Method Summary collapse

Instance Method Details

#modifiersObject



2680
2681
2682
# File 'lib/treetop/compiler/metagrammar.rb', line 2680

def modifiers
  elements[1]
end

#qsObject



2676
2677
2678
# File 'lib/treetop/compiler/metagrammar.rb', line 2676

def qs
  elements[0]
end