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

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

Instance Method Summary collapse

Instance Method Details

#compile(lexical_address, builder) ⇒ Object



1642
1643
1644
# File 'lib/treetop/compiler/metagrammar.rb', line 1642

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

#inline_modulesObject



1646
1647
1648
# File 'lib/treetop/compiler/metagrammar.rb', line 1646

def inline_modules
  sequence_primary.inline_modules
end

#label_nameObject



1650
1651
1652
# File 'lib/treetop/compiler/metagrammar.rb', line 1650

def label_name
  named_label.name
end