Class: Mutant::Mutator::Node::NamedValue::VariableAssignment
- Inherits:
-
Mutant::Mutator::Node
- Object
- Mutant::Mutator
- Mutant::Mutator::Node
- Mutant::Mutator::Node::NamedValue::VariableAssignment
- Defined in:
- lib/mutant/mutator/node/named_value/variable_assignment.rb
Overview
Mutation emitter to handle variable assignment nodes
Constant Summary collapse
- MAP =
IceNine.deep_freeze( Hash[map.map { |type, prefix| [type, [prefix, /^#{Regexp.escape(prefix)}/]] }] )
Constants inherited from Mutant::Mutator::Node
Constants included from AST::Nodes
AST::Nodes::N_EMPTY, 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_ZSUPER