Compile a CallOrWriteNode
node
Compile a IndexOrWriteNode
node
Compile a MatchLastLineNode
node
Desugar ‘x ||= y` to `defined?(x) ? x : x = y`
Dispatch enter and leave events for CallOrWriteNode
nodes and continue walking the tree.
Dispatch enter and leave events for ClassVariableReadNode
nodes and continue walking the tree.
Dispatch enter and leave events for ConstantAndWriteNode
nodes and continue walking the tree.
Dispatch enter and leave events for ConstantPathTargetNode
nodes and continue walking the tree.
Dispatch enter and leave events for ConstantPathWriteNode
nodes and continue walking the tree.
Dispatch enter and leave events for GlobalVariableReadNode
nodes and continue walking the tree.
Dispatch enter and leave events for IndexOrWriteNode
nodes and continue walking the tree.
Dispatch enter and leave events for InstanceVariableTargetNode
nodes and continue walking the tree.
Dispatch enter and leave events for InstanceVariableWriteNode
nodes and continue walking the tree.
Dispatch enter and leave events for LocalVariableReadNode
nodes and continue walking the tree.