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

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

Instance Method Summary collapse

Instance Method Details

#compile(lexical_address, builder) ⇒ Object



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

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

#inline_modulesObject



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

def inline_modules
  sequence_primary.inline_modules
end

#label_nameObject



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

def label_name
  named_label.name
end