module Treetop::Compiler::Metagrammar::OccurrenceRange0

Public Instance Methods

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