Module: Treetop::Compiler::Metagrammar::LabeledSequencePrimary1

Defined in:
lib/treetop/compiler/metagrammar.rb

Instance Method Summary collapse

Instance Method Details

#compile(lexical_address, builder) ⇒ Object



1672
1673
1674
# File 'lib/treetop/compiler/metagrammar.rb', line 1672

def compile(lexical_address, builder)
  sequence_primary.compile(lexical_address, builder)
end

#inline_modulesObject



1676
1677
1678
# File 'lib/treetop/compiler/metagrammar.rb', line 1676

def inline_modules
  sequence_primary.inline_modules
end

#label_nameObject



1680
1681
1682
# File 'lib/treetop/compiler/metagrammar.rb', line 1680

def label_name
  named_label.name
end