public abstract static class TruffleStringIterator.NextNode extends Node
Node.Child, Node.Children
Modifier and Type | Method and Description |
---|---|
static TruffleStringIterator.NextNode |
create()
Create a new
TruffleStringIterator.NextNode . |
abstract int |
execute(TruffleStringIterator it)
Returns the next codepoint in the string.
|
static TruffleStringIterator.NextNode |
getUncached()
Get the uncached version of
TruffleStringIterator.NextNode . |
accept, adoptChildren, atomic, atomic, copy, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, getSourceSection, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, onReplace, replace, replace, reportPolymorphicSpecialize, toString
public abstract int execute(TruffleStringIterator it)
public static TruffleStringIterator.NextNode create()
TruffleStringIterator.NextNode
.public static TruffleStringIterator.NextNode getUncached()
TruffleStringIterator.NextNode
.