Dispatch enter and leave events for LocalVariableAndWriteNode
nodes and continue walking the tree.
Dispatch enter and leave events for LocalVariableOrWriteNode
nodes and continue walking the tree.
Inspect a ConstantPathOperatorWriteNode
node.
Inspect a GlobalVariableAndWriteNode
node.
Inspect a InstanceVariableAndWriteNode
node.
Inspect a InstanceVariableOrWriteNode
node.
Copy a ConstantPathOperatorWriteNode
node
Copy a InstanceVariableAndWriteNode
node
Copy a InstanceVariableOrWriteNode
node
Example:
x.foo += 42 ^^^ (for foo) x.foo += 42 ^ (for +) x.foo += 42 ^^^^^^^ (for foo=)