Class: Rattler::Compiler::Optimizer::JoinMatchChoice

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

Overview

A choice of Regexp matches can be joined into a single Regexp match without affecting how it parses.

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