Path of activations from the current
list.
Compile a InterpolatedRegularExpressionNode
node
Dispatch enter and leave events for InterpolatedRegularExpressionNode
nodes and continue walking the tree.
Copy a InterpolatedRegularExpressionNode
node
Compile a ConstantOrWriteNode
node
Foo ||= bar
becomes
defined?(Foo) ? Foo : Foo = bar
Dispatch enter and leave events for ConstantAndWriteNode
nodes and continue walking the tree.
Dispatch enter and leave events for ConstantOperatorWriteNode
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 ConstantPathTargetNode
nodes and continue walking the tree.
Dispatch enter and leave events for ConstantPathWriteNode
nodes and continue walking the tree.