Class: Rattler::BackEnd::Optimizer::JoinMatchMatchingSequence

Inherits:
Optimization
  • Object
show all
Includes:
MatchJoining, Parsers
Defined in:
lib/rattler/back_end/optimizer/join_match_matching_sequence.rb

Overview

Sequences of Regexp matches can be joined into a single Regexp without affecting how they 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