Module: Treetop::Compiler::Metagrammar::SequencePrimary0

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

Instance Method Summary collapse

Instance Method Details

#atomicObject



1579
1580
1581
# File 'lib/treetop/compiler/metagrammar.rb', line 1579

def atomic
  elements[1]
end

#prefixObject



1575
1576
1577
# File 'lib/treetop/compiler/metagrammar.rb', line 1575

def prefix
  elements[0]
end