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