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



1486
1487
1488
# File 'lib/treetop/compiler/metagrammar.rb', line 1486

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

#inline_moduleObject



1498
1499
1500
# File 'lib/treetop/compiler/metagrammar.rb', line 1498

def inline_module
  nil
end

#inline_modulesObject



1495
1496
1497
# File 'lib/treetop/compiler/metagrammar.rb', line 1495

def inline_modules
  []
end

#parent_modulesObject



1492
1493
1494
# File 'lib/treetop/compiler/metagrammar.rb', line 1492

def parent_modules
  []
end

#prefixed_expressionObject



1489
1490
1491
# File 'lib/treetop/compiler/metagrammar.rb', line 1489

def prefixed_expression
  atomic
end