Class: Mutant::AST::Regexp::Transformer::CharacterSet Private

Inherits:
Mutant::AST::Regexp::Transformer show all
Defined in:
lib/mutant/ast/regexp/transformer/character_set.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 character sets

The ‘Regexp::Expression` representation of a character set is unique due to its usage of the `#members` attribute which is why it gets its own transformer

Defined Under Namespace

Classes: ASTToExpression, ExpressionToAST

Constant Summary

Constants inherited from Mutant::AST::Regexp::Transformer

REGISTRY

Method Summary

Methods inherited from Mutant::AST::Regexp::Transformer

lookup, to_ast, to_expression