module Treetop::Compiler::Metagrammar::QuotedString0

Public Instance Methods

modifiers() click to toggle source
# File lib/treetop/compiler/metagrammar.rb, line 2730
def modifiers
  elements[1]
end
qs() click to toggle source
# File lib/treetop/compiler/metagrammar.rb, line 2726
def qs
  elements[0]
end