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



1704
1705
1706
# File 'lib/treetop/compiler/metagrammar.rb', line 1704

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

#inline_modulesObject



1710
1711
1712
# File 'lib/treetop/compiler/metagrammar.rb', line 1710

def inline_modules
  []
end

#prefixed_expressionObject



1707
1708
1709
# File 'lib/treetop/compiler/metagrammar.rb', line 1707

def prefixed_expression
  predicate_block
end