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



2212
2213
2214
# File 'lib/treetop/compiler/metagrammar.rb', line 2212

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

#inline_modulesObject



2221
2222
2223
# File 'lib/treetop/compiler/metagrammar.rb', line 2221

def inline_modules
  []
end

#parent_modulesObject



2218
2219
2220
# File 'lib/treetop/compiler/metagrammar.rb', line 2218

def parent_modules
  []
end

#prefixed_expressionObject



2215
2216
2217
# File 'lib/treetop/compiler/metagrammar.rb', line 2215

def prefixed_expression
  atomic
end