module Treetop::Compiler::Metagrammar::Primary2

Public Instance Methods

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