Method: Treetop::Compiler::Metagrammar::SequencePrimary1#compile

Defined in:
lib/puppet_x/wildfly/gems/treetop-1.6.8/lib/treetop/compiler/metagrammar.rb

#compile(lexical_address, builder) ⇒ Object



2008
2009
2010
# File 'lib/puppet_x/wildfly/gems/treetop-1.6.8/lib/treetop/compiler/metagrammar.rb', line 2008

def compile(lexical_address, builder)
  prefix.compile(lexical_address, builder, self)
end