Module: Treetop::Compiler::Metagrammar::SequencePrimary3

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

Instance Method Summary collapse

Instance Method Details

#compile(address, builder, parent_expression = nil) ⇒ Object



2040
2041
2042
# File 'lib/treetop/compiler/metagrammar.rb', line 2040

def compile(address, builder, parent_expression=nil)
  prefix.compile(address, builder, self)
end

#inline_modulesObject



2049
2050
2051
# File 'lib/treetop/compiler/metagrammar.rb', line 2049

def inline_modules
  []
end

#parent_modulesObject



2046
2047
2048
# File 'lib/treetop/compiler/metagrammar.rb', line 2046

def parent_modules
  []
end

#prefixed_expressionObject



2043
2044
2045
# File 'lib/treetop/compiler/metagrammar.rb', line 2043

def prefixed_expression
  atomic
end