Class DefaultLoopNodeFactory
java.lang.Object
com.oracle.truffle.runtime.DefaultLoopNodeFactory
- All Implemented Interfaces:
LoopNodeFactory,OptimizedRuntimeServiceProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.oracle.truffle.api.nodes.LoopNodecreate(com.oracle.truffle.api.nodes.RepeatingNode repeatingNode) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.oracle.truffle.runtime.OptimizedRuntimeServiceProvider
getEngineOptions, getPriority
-
Constructor Details
-
DefaultLoopNodeFactory
public DefaultLoopNodeFactory()
-
-
Method Details
-
create
public com.oracle.truffle.api.nodes.LoopNode create(com.oracle.truffle.api.nodes.RepeatingNode repeatingNode) - Specified by:
createin interfaceLoopNodeFactory
-