Class: Rattler::BackEnd::Optimizer::SimplifyRedundantRepeat
- Inherits:
-
Optimization
- Object
- Optimization
- Rattler::BackEnd::Optimizer::SimplifyRedundantRepeat
- Includes:
- Parsers
- Defined in:
- lib/rattler/back_end/optimizer/simplify_redundant_repeat.rb
Overview
A repeat of a repeat can be simplified to a simple repeat.
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