public abstract static class TruffleStringBuilder.AppendStringNode extends Node
TruffleString
to a string builder.Node.Child, Node.Children
Modifier and Type | Method and Description |
---|---|
static TruffleStringBuilder.AppendStringNode |
create()
Create a new
TruffleStringBuilder.AppendStringNode . |
abstract void |
execute(TruffleStringBuilder sb,
AbstractTruffleString a)
Append a given
TruffleString to the string builder. |
static TruffleStringBuilder.AppendStringNode |
getUncached()
Get the uncached version of
TruffleStringBuilder.AppendStringNode . |
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)
TruffleString
to the string builder.public static TruffleStringBuilder.AppendStringNode create()
TruffleStringBuilder.AppendStringNode
.public static TruffleStringBuilder.AppendStringNode getUncached()
TruffleStringBuilder.AppendStringNode
.