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