Class: Rattler::Compiler::Optimizer::JoinMatchMatchingSequence
- Inherits:
-
Optimization
- Object
- Optimization
- Rattler::Compiler::Optimizer::JoinMatchMatchingSequence
- Includes:
- MatchJoining, Parsers
- Defined in:
- lib/rattler/compiler/optimizer/join_match_matching_sequence.rb
Overview
Sequences of Regexp matches can be joined into a single Regexp without affecting how they match.
Method Summary
Methods inherited from Optimization
#>>, >>, #applies_to?, applies_to?, apply, #apply, #initialize, instance
Constructor Details
This class inherits a constructor from Rattler::Compiler::Optimizer::Optimization