Module: Treetop::Compiler::Metagrammar::VariableLengthSequenceBody0

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

Instance Method Summary collapse

Instance Method Details

#optionally_labeled_sequence_primaryObject



1254
1255
1256
# File 'lib/treetop/compiler/metagrammar.rb', line 1254

def optionally_labeled_sequence_primary
  elements[1]
end

#spaceObject



1250
1251
1252
# File 'lib/treetop/compiler/metagrammar.rb', line 1250

def space
  elements[0]
end