Compile a CallAndWriteNode
node
Compile a CallOrWriteNode
node
Compile a IndexAndWriteNode
node
Compile a IndexOrWriteNode
node
Desugar ‘x ||= y` to `defined?(x) ? x : x = y`
Dispatch enter and leave events for AliasGlobalVariableNode
nodes and continue walking the tree.
Dispatch enter and leave events for BlockLocalVariableNode
nodes and continue walking the tree.
Dispatch enter and leave events for CallAndWriteNode
nodes and continue walking the tree.
Dispatch enter and leave events for CallOperatorWriteNode
nodes and continue walking the tree.
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 GlobalVariableReadNode
nodes and continue walking the tree.
Dispatch enter and leave events for IndexAndWriteNode
nodes and continue walking the tree.
Dispatch enter and leave events for IndexOperatorWriteNode
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 InstanceVariableReadNode
nodes and continue walking the tree.
Dispatch enter and leave events for LocalVariableReadNode
nodes and continue walking the tree.