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