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



1658
1659
1660
# File 'lib/treetop/compiler/metagrammar.rb', line 1658

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

#inline_moduleObject



1670
1671
1672
# File 'lib/treetop/compiler/metagrammar.rb', line 1670

def inline_module
  nil
end

#inline_modulesObject



1667
1668
1669
# File 'lib/treetop/compiler/metagrammar.rb', line 1667

def inline_modules
  []
end

#parent_modulesObject



1664
1665
1666
# File 'lib/treetop/compiler/metagrammar.rb', line 1664

def parent_modules
  []
end

#prefixed_expressionObject



1661
1662
1663
# File 'lib/treetop/compiler/metagrammar.rb', line 1661

def prefixed_expression
  atomic
end