module Treetop::Compiler::Metagrammar::OccurrenceRange0

Public Instance Methods

max() click to toggle source
# File lib/treetop/compiler/metagrammar.rb, line 2305
def max
  elements[3]
end
min() click to toggle source
# File lib/treetop/compiler/metagrammar.rb, line 2301
def min
  elements[1]
end