public abstract static class TruffleString.CodePointAtIndexNode extends Node
TruffleString.CodePointAtIndexNode.execute(AbstractTruffleString, int, TruffleString.Encoding) for details.Node.Child, Node.Children| Modifier and Type | Method and Description |
|---|---|
static TruffleString.CodePointAtIndexNode |
create()
Create a new
TruffleString.CodePointAtIndexNode. |
abstract int |
execute(AbstractTruffleString a,
int i,
TruffleString.Encoding expectedEncoding)
Decode and return the codepoint at codepoint index
i. |
static TruffleString.CodePointAtIndexNode |
getUncached()
Get the uncached version of
TruffleString.CodePointAtIndexNode. |
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(AbstractTruffleString a, int i, TruffleString.Encoding expectedEncoding)
i.public static TruffleString.CodePointAtIndexNode create()
TruffleString.CodePointAtIndexNode.public static TruffleString.CodePointAtIndexNode getUncached()
TruffleString.CodePointAtIndexNode.