Class TruffleStringBuilder.AppendLongNumberNode
java.lang.Object
com.oracle.truffle.api.nodes.Node
com.oracle.truffle.api.strings.TruffleStringBuilder.AppendLongNumberNode
- All Implemented Interfaces:
NodeInterface, Cloneable
- Enclosing class:
TruffleStringBuilder
Node to append a
long value to a string builder. See
execute(TruffleStringBuilder, long) for details.- Since:
- 22.1
-
Nested Class Summary
Nested classes/interfaces inherited from class Node
Node.Child, Node.Children -
Method Summary
Modifier and TypeMethodDescriptioncreate()Create a newTruffleStringBuilder.AppendLongNumberNode.abstract voidexecute(TruffleStringBuilder sb, long value) Append the base-10 string equivalent of a given long value to the string builder.abstract voidexecute(TruffleStringBuilderUTF16 sb, long value) Overload ofexecute(TruffleStringBuilder, long)for performance reasons.abstract voidexecute(TruffleStringBuilderUTF32 sb, long value) Overload ofexecute(TruffleStringBuilder, long)for performance reasons.abstract voidexecute(TruffleStringBuilderUTF8 sb, long value) Overload ofexecute(TruffleStringBuilder, long)for performance reasons.Get the uncached version ofTruffleStringBuilder.AppendLongNumberNode.Methods inherited from class Node
accept, adoptChildren, atomic, atomic, copy, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, getSourceSection, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, onReplace, replace, replace, reportPolymorphicSpecialize, reportReplace, toString
-
Method Details
-
execute
Append the base-10 string equivalent of a given long value to the string builder. For ASCII-compatible encodings only.- Since:
- 22.1
-
execute
Overload ofexecute(TruffleStringBuilder, long)for performance reasons.- Since:
- 25.1
-
execute
Overload ofexecute(TruffleStringBuilder, long)for performance reasons.- Since:
- 25.1
-
execute
Overload ofexecute(TruffleStringBuilder, long)for performance reasons.- Since:
- 25.1
-
create
Create a newTruffleStringBuilder.AppendLongNumberNode.- Since:
- 22.1
-
getUncached
Get the uncached version ofTruffleStringBuilder.AppendLongNumberNode.- Since:
- 22.1
-