Module: Treetop::Compiler::Metagrammar::Primary3

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

Instance Method Summary collapse

Instance Method Details

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



1318
1319
1320
# File 'lib/treetop/compiler/metagrammar.rb', line 1318

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

#inline_modulesObject



1324
1325
1326
# File 'lib/treetop/compiler/metagrammar.rb', line 1324

def inline_modules
  []
end

#prefixed_expressionObject



1321
1322
1323
# File 'lib/treetop/compiler/metagrammar.rb', line 1321

def prefixed_expression
  predicate_block
end