Module: Treetop::Compiler::Metagrammar::OccurrenceRange0

Defined in:
lib/treetop/compiler/metagrammar.rb

Instance Method Summary collapse

Instance Method Details

#maxObject



2305
2306
2307
# File 'lib/treetop/compiler/metagrammar.rb', line 2305

def max
  elements[3]
end

#minObject



2301
2302
2303
# File 'lib/treetop/compiler/metagrammar.rb', line 2301

def min
  elements[1]
end