Module: Treetop::Compiler::Metagrammar::Primary0

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

Instance Method Summary collapse

Instance Method Details

#atomicObject



1193
1194
1195
# File 'lib/treetop/compiler/metagrammar.rb', line 1193

def atomic
  elements[1]
end

#prefixObject



1189
1190
1191
# File 'lib/treetop/compiler/metagrammar.rb', line 1189

def prefix
  elements[0]
end