Class TruffleStringBuilder.AppendStringNode
java.lang.Object
com.oracle.truffle.api.nodes.Node
com.oracle.truffle.api.strings.TruffleStringBuilder.AppendStringNode
- All Implemented Interfaces:
NodeInterface, Cloneable
- Enclosing class:
TruffleStringBuilder
Node to append a given
TruffleString to a string builder.- 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.AppendStringNode.abstract voidAppend a givenTruffleStringto the string builder.abstract voidabstract voidabstract voidGet the uncached version ofTruffleStringBuilder.AppendStringNode.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 a givenTruffleStringto the string builder.- Since:
- 22.1
-
execute
-
execute
-
execute
-
create
Create a newTruffleStringBuilder.AppendStringNode.- Since:
- 22.1
-
getUncached
Get the uncached version ofTruffleStringBuilder.AppendStringNode.- Since:
- 22.1
-