Class: Mutant::Mutator::Node::MatchPatternP Private

Inherits:
Mutant::Mutator::Node show all
Defined in:
lib/mutant/mutator/node/match_pattern_p.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.

Mutator for ‘expr in pattern` predicate nodes

Constant Summary

Constants inherited from Mutant::Mutator::Node

REGISTRY, TAUTOLOGY

Constants included from AST::Nodes

AST::Nodes::N_EMPTY, AST::Nodes::N_EMPTY_ARRAY, AST::Nodes::N_EMPTY_HASH, AST::Nodes::N_EMPTY_STRING, AST::Nodes::N_EMPTY_SUPER, AST::Nodes::N_FALSE, AST::Nodes::N_INFINITY, AST::Nodes::N_NAN, AST::Nodes::N_NEGATIVE_INFINITY, AST::Nodes::N_NIL, AST::Nodes::N_RAISE, AST::Nodes::N_SELF, AST::Nodes::N_TRUE, AST::Nodes::N_ZERO_FLOAT, AST::Nodes::N_ZERO_INTEGER, AST::Nodes::N_ZSUPER

Instance Attribute Summary

Attributes inherited from Mutant::Mutator

#output

Method Summary

Methods inherited from Mutant::Mutator::Node

mutate

Methods included from AST::NamedChildren

included

Methods included from Procto

included