Module: Treetop::Compiler::Metagrammar::SequencePrimary2

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

Instance Method Summary collapse

Instance Method Details

#atomicObject



2206
2207
2208
# File 'lib/treetop/compiler/metagrammar.rb', line 2206

def atomic
  elements[2]
end

#prefixObject



2202
2203
2204
# File 'lib/treetop/compiler/metagrammar.rb', line 2202

def prefix
  elements[0]
end