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



1417
1418
1419
# File 'lib/treetop/compiler/metagrammar.rb', line 1417

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

#inline_modulesObject



1423
1424
1425
# File 'lib/treetop/compiler/metagrammar.rb', line 1423

def inline_modules
  []
end

#prefixed_expressionObject



1420
1421
1422
# File 'lib/treetop/compiler/metagrammar.rb', line 1420

def prefixed_expression
  predicate_block
end