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



1454
1455
1456
# File 'lib/treetop/compiler/metagrammar.rb', line 1454

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

#inline_modulesObject



1463
1464
1465
# File 'lib/treetop/compiler/metagrammar.rb', line 1463

def inline_modules
  []
end

#parent_modulesObject



1460
1461
1462
# File 'lib/treetop/compiler/metagrammar.rb', line 1460

def parent_modules
  []
end

#prefixed_expressionObject



1457
1458
1459
# File 'lib/treetop/compiler/metagrammar.rb', line 1457

def prefixed_expression
  atomic
end