Module: Treetop::Compiler::Metagrammar::OccurrenceRange0
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#max ⇒ Object
2332 2333 2334 |
# File 'lib/treetop/compiler/metagrammar.rb', line 2332 def max elements[3] end |
#min ⇒ Object
2328 2329 2330 |
# File 'lib/treetop/compiler/metagrammar.rb', line 2328 def min elements[1] end |