module Treetop::Compiler::Metagrammar::Primary2

Public Instance Methods

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