Module: Treetop::Compiler::Metagrammar::Sequence0

Defined in:
lib/gems/treetop-1.2.4/lib/treetop/compiler/metagrammar.rb

Instance Method Summary collapse

Instance Method Details

#labeled_sequence_primaryObject



810
811
812
# File 'lib/gems/treetop-1.2.4/lib/treetop/compiler/metagrammar.rb', line 810

def labeled_sequence_primary
  elements[1]
end

#spaceObject



806
807
808
# File 'lib/gems/treetop-1.2.4/lib/treetop/compiler/metagrammar.rb', line 806

def space
  elements[0]
end