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

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

Instance Method Summary collapse

Instance Method Details

#atomicObject



1889
1890
1891
# File 'lib/treetop/compiler/metagrammar.rb', line 1889

def atomic
  elements[1]
end

#prefixObject



1885
1886
1887
# File 'lib/treetop/compiler/metagrammar.rb', line 1885

def prefix
  elements[0]
end