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