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

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

Instance Method Summary collapse

Instance Method Details

#maxObject



2253
2254
2255
# File 'lib/treetop/compiler/metagrammar.rb', line 2253

def max
  elements[3]
end

#minObject



2249
2250
2251
# File 'lib/treetop/compiler/metagrammar.rb', line 2249

def min
  elements[1]
end