public abstract static class TruffleStringBuilder.AppendByteNode extends Node
Node.Child, Node.Children
Modifier and Type | Method and Description |
---|---|
static TruffleStringBuilder.AppendByteNode |
create()
Create a new
TruffleStringBuilder.AppendByteNode . |
abstract void |
execute(TruffleStringBuilder sb,
byte value)
Append a single byte to the string builder.
|
static TruffleStringBuilder.AppendByteNode |
getUncached()
Get the uncached version of
TruffleStringBuilder.AppendByteNode . |
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, byte value)
TruffleStringBuilder.AppendCharUTF16Node
and TruffleStringBuilder.AppendCodePointNode
instead.public static TruffleStringBuilder.AppendByteNode create()
TruffleStringBuilder.AppendByteNode
.public static TruffleStringBuilder.AppendByteNode getUncached()
TruffleStringBuilder.AppendByteNode
.