module Treetop::Compiler::Metagrammar::SequencePrimary4

Public Instance Methods

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