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

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

Instance Method Summary collapse

Instance Method Details

#max ⇒ Object



2524
2525
2526
# File 'lib/treetop/compiler/metagrammar.rb', line 2524

def max
  elements[3]
end

#min ⇒ Object



2520
2521
2522
# File 'lib/treetop/compiler/metagrammar.rb', line 2520

def min
  elements[1]
end