public abstract static class TruffleStringBuilder.AppendSubstringByteIndexNode extends Node
TruffleString
to a string builder. See
TruffleStringBuilder.AppendSubstringByteIndexNode.execute(TruffleStringBuilder, AbstractTruffleString, int, int)
for details.Node.Child, Node.Children
Modifier and Type | Method and Description |
---|---|
static TruffleStringBuilder.AppendSubstringByteIndexNode |
create()
Create a new
TruffleStringBuilder.AppendSubstringByteIndexNode . |
abstract void |
execute(TruffleStringBuilder sb,
AbstractTruffleString a,
int fromByteIndex,
int byteLength)
Append a substring of a given
TruffleString , starting at byte index
fromByteIndex and ending at byte index fromByteIndex + byteLength , to the
string builder. |
static TruffleStringBuilder.AppendSubstringByteIndexNode |
getUncached()
Get the uncached version of
TruffleStringBuilder.AppendSubstringByteIndexNode . |
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 void execute(TruffleStringBuilder sb, AbstractTruffleString a, int fromByteIndex, int byteLength)
TruffleString
, starting at byte index
fromByteIndex
and ending at byte index fromByteIndex + byteLength
, to the
string builder.public static TruffleStringBuilder.AppendSubstringByteIndexNode create()
TruffleStringBuilder.AppendSubstringByteIndexNode
.public static TruffleStringBuilder.AppendSubstringByteIndexNode getUncached()
TruffleStringBuilder.AppendSubstringByteIndexNode
.