module Treetop::Compiler::Metagrammar::SequencePrimary4

Public Instance Methods

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