module Treetop::Compiler::Metagrammar::SequencePrimary4

Public Instance Methods

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