Class: Rattler::BackEnd::Optimizer::ReduceRepeatMatch

Inherits:
Optimization
  • Object
show all
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.

Author:

  • Jason Arhart

Method Summary

Methods included from Parsers

define

Methods inherited from Optimization

#>>, >>, #applies_to?, applies_to?, apply, #apply, #initialize, instance

Constructor Details

This class inherits a constructor from Rattler::BackEnd::Optimizer::Optimization