public abstract static class TruffleString.LastByteIndexOfCodePointNode extends Node
TruffleString.LastIndexOfCodePointNode
, but with byte indices.Node.Child, Node.Children
Modifier and Type | Method and Description |
---|---|
static TruffleString.LastByteIndexOfCodePointNode |
create()
Create a new
TruffleString.LastByteIndexOfCodePointNode . |
abstract int |
execute(AbstractTruffleString a,
int codepoint,
int fromByteIndex,
int toByteIndex,
TruffleString.Encoding expectedEncoding)
TruffleString.LastIndexOfCodePointNode , but with byte indices. |
static TruffleString.LastByteIndexOfCodePointNode |
getUncached()
Get the uncached version of
TruffleString.LastByteIndexOfCodePointNode . |
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(AbstractTruffleString a, int codepoint, int fromByteIndex, int toByteIndex, TruffleString.Encoding expectedEncoding)
TruffleString.LastIndexOfCodePointNode
, but with byte indices.public static TruffleString.LastByteIndexOfCodePointNode create()
TruffleString.LastByteIndexOfCodePointNode
.public static TruffleString.LastByteIndexOfCodePointNode getUncached()
TruffleString.LastByteIndexOfCodePointNode
.