Compile a ConstantOrWriteNode
node
Compile a InterpolatedRegularExpressionNode
node
Compile a MatchLastLineNode
node
Foo ||= bar
becomes
defined?(Foo) ? Foo : Foo = bar
Dispatch enter and leave events for CallOperatorWriteNode
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 ConstantAndWriteNode
nodes and continue walking the tree.
Dispatch enter and leave events for ConstantOrWriteNode
nodes and continue walking the tree.
Dispatch enter and leave events for GlobalVariableTargetNode
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 InstanceVariableReadNode
nodes and continue walking the tree.
Dispatch enter and leave events for InstanceVariableWriteNode
nodes and continue walking the tree.