Class TruffleStringIterator.NextNode
java.lang.Object
com.oracle.truffle.api.nodes.Node
com.oracle.truffle.api.strings.TruffleStringIterator.NextNode
- All Implemented Interfaces:
NodeInterface, Cloneable
- Enclosing class:
TruffleStringIterator
Returns the next codepoint in the string.
- Since:
- 22.1
-
Nested Class Summary
Nested classes/interfaces inherited from class Node
Node.Child, Node.Children
-
Method Summary
Modifier and TypeMethodDescriptioncreate()
Create a newTruffleStringIterator.NextNode
.abstract int
Returns the next codepoint in the string.Get the uncached version ofTruffleStringIterator.NextNode
.Methods inherited from class Node
accept, adoptChildren, atomic, atomic, copy, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, getSourceSection, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, onReplace, replace, replace, reportPolymorphicSpecialize, reportReplace, toString
-
Method Details
-
execute
Returns the next codepoint in the string.- Since:
- 22.1
-
create
Create a newTruffleStringIterator.NextNode
.- Since:
- 22.1
-
getUncached
Get the uncached version ofTruffleStringIterator.NextNode
.- Since:
- 22.1
-