module Treetop::Compiler::Metagrammar::Primary2

Public Instance Methods

atomic() click to toggle source
# File lib/treetop/compiler/metagrammar.rb, line 1447
def atomic
  elements[2]
end
prefix() click to toggle source
# File lib/treetop/compiler/metagrammar.rb, line 1443
def prefix
  elements[0]
end