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