Package com.oracle.truffle.api.impl
Class DefaultLoopNode
java.lang.Object
com.oracle.truffle.api.nodes.Node
com.oracle.truffle.api.nodes.LoopNode
com.oracle.truffle.api.impl.DefaultLoopNode
- All Implemented Interfaces:
NodeInterface
,Cloneable
-
Nested Class Summary
Nested classes/interfaces inherited from class com.oracle.truffle.api.nodes.Node
Node.Child, Node.Children
-
Field Summary
Fields inherited from class com.oracle.truffle.api.nodes.LoopNode
repeatingNode
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.oracle.truffle.api.nodes.LoopNode
executeRepeatingNode, getRepeatingNode
Methods inherited from class com.oracle.truffle.api.nodes.Node
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
-
Constructor Details
-
DefaultLoopNode
-
-
Method Details
-
executeLoop
- Specified by:
executeLoop
in classLoopNode
-