public final class DefaultLoopNode extends LoopNode
Node.Child, Node.Children
repeatingNode
Constructor and Description |
---|
DefaultLoopNode(RepeatingNode repeatNode) |
Modifier and Type | Method and Description |
---|---|
void |
executeLoop(VirtualFrame frame) |
executeRepeatingNode, getRepeatingNode
accept, adoptChildren, assignSourceSection, atomic, atomic, clearSourceSection, clone, copy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLanguage, getParent, getRootNode, getSourceSection, insert, insert, isReplaceable, onAdopt, onReplace, replace, replace, toString
public DefaultLoopNode(RepeatingNode repeatNode)
public void executeLoop(VirtualFrame frame)
executeLoop
in class LoopNode