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



1948
1949
1950
# File 'lib/treetop/compiler/metagrammar.rb', line 1948

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

#inline_modulesObject



1954
1955
1956
# File 'lib/treetop/compiler/metagrammar.rb', line 1954

def inline_modules
  []
end

#prefixed_expressionObject



1951
1952
1953
# File 'lib/treetop/compiler/metagrammar.rb', line 1951

def prefixed_expression
  predicate_block
end