Class: Mutest::AST::Regexp::Transformer::CharacterSet::ASTToExpression Private

Inherits:
ASTToExpression
  • Object
show all
Defined in:
lib/mutest/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.

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

Constant Summary collapse

CHARACTER_SET =

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.

IceNine.deep_freeze(
  ::Regexp::Expression::CharacterSet.new(
    ::Regexp::Token.new(:set, :character, '[')
  )
)

Method Summary

Methods inherited from ASTToExpression

#call