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



1923
1924
1925
# File 'lib/treetop/compiler/metagrammar.rb', line 1923

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

#inline_modulesObject



1929
1930
1931
# File 'lib/treetop/compiler/metagrammar.rb', line 1929

def inline_modules
  []
end

#prefixed_expressionObject



1926
1927
1928
# File 'lib/treetop/compiler/metagrammar.rb', line 1926

def prefixed_expression
  predicate_block
end