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

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

Instance Method Summary collapse

Instance Method Details

#maxObject



2352
2353
2354
# File 'lib/treetop/compiler/metagrammar.rb', line 2352

def max
  elements[3]
end

#minObject



2348
2349
2350
# File 'lib/treetop/compiler/metagrammar.rb', line 2348

def min
  elements[1]
end