Class: Mutant::Mutator::Node::NamedValue::VariableAssignment

Inherits:
Mutant::Mutator::Node show all
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(
  gvasgn: '$',
  cvasgn: '@@',
  ivasgn: '@',
  lvasgn: ''
)

Constants included from NodeHelpers

NodeHelpers::INFINITY, NodeHelpers::NAN, NodeHelpers::NEGATIVE_INFINITY, NodeHelpers::NEW_OBJECT, NodeHelpers::N_EMPTY, NodeHelpers::N_FALSE, NodeHelpers::N_NIL, NodeHelpers::N_TRUE, NodeHelpers::RAISE

Instance Attribute Summary

Attributes inherited from Mutant::Mutator

#input, #parent

Method Summary

Methods inherited from Mutant::Mutator::Node

identity

Methods included from NodeHelpers

#n_not, s

Methods inherited from Mutant::Mutator

each, identity