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



1434
1435
1436
# File 'lib/treetop/compiler/metagrammar.rb', line 1434

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

#inline_modulesObject



1440
1441
1442
# File 'lib/treetop/compiler/metagrammar.rb', line 1440

def inline_modules
  []
end

#prefixed_expressionObject



1437
1438
1439
# File 'lib/treetop/compiler/metagrammar.rb', line 1437

def prefixed_expression
  predicate_block
end