Module: Treetop::Compiler::Metagrammar::Primary3

Defined in:
lib/treetop/compiler/metagrammar.rb

Instance Method Summary collapse

Instance Method Details

#compile(address, builder, parent_expression = nil) ⇒ Object



1227
1228
1229
# File 'lib/treetop/compiler/metagrammar.rb', line 1227

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

#inline_modulesObject



1233
1234
1235
# File 'lib/treetop/compiler/metagrammar.rb', line 1233

def inline_modules
  []
end

#prefixed_expressionObject



1230
1231
1232
# File 'lib/treetop/compiler/metagrammar.rb', line 1230

def prefixed_expression
  predicate_block
end