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



1185
1186
1187
# File 'lib/treetop/compiler/metagrammar.rb', line 1185

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

#inline_modulesObject



1191
1192
1193
# File 'lib/treetop/compiler/metagrammar.rb', line 1191

def inline_modules
  []
end

#prefixed_expressionObject



1188
1189
1190
# File 'lib/treetop/compiler/metagrammar.rb', line 1188

def prefixed_expression
  predicate_block
end