Module: Treetop::Compiler::Metagrammar::LabeledSequencePrimary0

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

Instance Method Summary collapse

Instance Method Details

#labelObject



1175
1176
1177
# File 'lib/treetop/compiler/metagrammar.rb', line 1175

def label
  elements[0]
end

#sequence_primaryObject



1179
1180
1181
# File 'lib/treetop/compiler/metagrammar.rb', line 1179

def sequence_primary
  elements[1]
end