public class DefaultLoopNodeFactory extends Object implements LoopNodeFactory
| Constructor and Description |
|---|
DefaultLoopNodeFactory() |
| Modifier and Type | Method and Description |
|---|---|
com.oracle.truffle.api.nodes.LoopNode |
create(com.oracle.truffle.api.nodes.RepeatingNode repeatingNode) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPrioritypublic DefaultLoopNodeFactory()
public com.oracle.truffle.api.nodes.LoopNode create(com.oracle.truffle.api.nodes.RepeatingNode repeatingNode)
create in interface LoopNodeFactory