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



1613
1614
1615
# File 'lib/treetop/compiler/metagrammar.rb', line 1613

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

#inline_modulesObject



1619
1620
1621
# File 'lib/treetop/compiler/metagrammar.rb', line 1619

def inline_modules
  []
end

#prefixed_expressionObject



1616
1617
1618
# File 'lib/treetop/compiler/metagrammar.rb', line 1616

def prefixed_expression
  predicate_block
end