Class: Rattler::BackEnd::Optimizer::ReduceRepeatMatch
- Inherits:
-
Optimization
- Object
- Optimization
- Rattler::BackEnd::Optimizer::ReduceRepeatMatch
- Includes:
- Parsers
- Defined in:
- lib/rattler/back_end/optimizer/reduce_repeat_match.rb
Overview
A repeat of a Regexp match can be reduced to a single Regexp match.
Method Summary
Methods included from Parsers
Methods inherited from Optimization
#>>, >>, #applies_to?, applies_to?, apply, #apply, #initialize, instance
Constructor Details
This class inherits a constructor from Rattler::BackEnd::Optimizer::Optimization