Class: Mutest::AST::Regexp::Transformer::Alternative Private

Inherits:
Mutest::AST::Regexp::Transformer show all
Defined in:
lib/mutest/ast/regexp/transformer/alternative.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Transformer for Regexp ‘alternative` nodes

This transformer is very similar to the generic recursive mapper except for the fact that the ‘Regexp::Expression` class for `alternative` nodes has a unique constructor

Defined Under Namespace

Classes: ASTToExpression

Constant Summary collapse

ExpressionToAST =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

Mapper from ‘Regexp::Expression` to `Parser::AST::Node`

Class.new(Recursive::ExpressionToAST)

Constants inherited from Mutest::AST::Regexp::Transformer

REGISTRY

Method Summary

Methods inherited from Mutest::AST::Regexp::Transformer

lookup, to_ast, to_expression