Compile a BlockArgumentNode
node
Compile a CallTargetNode
node
Compile a CapturePatternNode
node
Compile a ConstantReadNode
node
Compile a EmbeddedVariableNode
node
Compile a FindPatternNode
node
Compile a ForwardingSuperNode
node
Compile a HashPatternNode
node
Compile a ImplicitRestNode
node
Compile a IndexTargetNode
node
Compile a MatchWriteNode
node
Compile a PinnedVariableNode
node
Compile a SingletonClassNode
node
Desugar ‘x &&= y` to `x && x = y`
Desugar ‘x += y` to `x = x + y`
Desugar ‘x ||= y` to `x || x = y`
Dispatch enter and leave events for BlockArgumentNode
nodes and continue walking the tree.
Dispatch enter and leave events for CallTargetNode
nodes and continue walking the tree.
Dispatch enter and leave events for CapturePatternNode
nodes and continue walking the tree.
Dispatch enter and leave events for ConstantReadNode
nodes and continue walking the tree.
Dispatch enter and leave events for EmbeddedVariableNode
nodes and continue walking the tree.