module Treetop::Compiler::Metagrammar::Primary0

Public Instance Methods

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