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



1562
1563
1564
# File 'lib/treetop/compiler/metagrammar.rb', line 1562

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

#inline_modulesObject



1568
1569
1570
# File 'lib/treetop/compiler/metagrammar.rb', line 1568

def inline_modules
  []
end

#prefixed_expressionObject



1565
1566
1567
# File 'lib/treetop/compiler/metagrammar.rb', line 1565

def prefixed_expression
  predicate_block
end