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



1466
1467
1468
# File 'lib/treetop/compiler/metagrammar.rb', line 1466

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

#inline_moduleObject



1478
1479
1480
# File 'lib/treetop/compiler/metagrammar.rb', line 1478

def inline_module
  nil
end

#inline_modulesObject



1475
1476
1477
# File 'lib/treetop/compiler/metagrammar.rb', line 1475

def inline_modules
  []
end

#parent_modulesObject



1472
1473
1474
# File 'lib/treetop/compiler/metagrammar.rb', line 1472

def parent_modules
  []
end

#prefixed_expressionObject



1469
1470
1471
# File 'lib/treetop/compiler/metagrammar.rb', line 1469

def prefixed_expression
  atomic
end