Example:
x.foo(42) ^^ x[42] ^^ x.foo = 1 ^ x[42] = 1 ^^^^^^^ x[] = 1 ^^^^^ x + 1 ^ foo(42) ^^ foo 42 ^^
Compile a CallAndWriteNode
node
Compile a CallOrWriteNode
node
Compile a InterpolatedRegularExpressionNode
node
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 ClassVariableTargetNode
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 GlobalVariableReadNode
nodes and continue walking the tree.