Class TruffleString.FromIntArrayUTF32Node
java.lang.Object
com.oracle.truffle.api.nodes.Node
com.oracle.truffle.api.strings.TruffleString.FromIntArrayUTF32Node
- All Implemented Interfaces:
NodeInterface, Cloneable
- Enclosing class:
TruffleString
Node to create a new UTF-32
TruffleString from an int-array.- Since:
- 22.1
-
Nested Class Summary
Nested classes/interfaces inherited from class Node
Node.Child, Node.Children -
Method Summary
Modifier and TypeMethodDescriptioncreate()Create a newTruffleString.FromIntArrayUTF32Node.final TruffleStringexecute(int[] value) Creates a UTF-32TruffleStringfrom an int-array.abstract TruffleStringexecute(int[] value, int intOffset, int intLength) Creates a UTF-32TruffleStringfrom an int-array.Get the uncached version ofTruffleString.FromIntArrayUTF32Node.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
Creates a UTF-32TruffleStringfrom an int-array.- Since:
- 22.1
-
execute
Creates a UTF-32TruffleStringfrom an int-array.- Since:
- 22.1
-
create
Create a newTruffleString.FromIntArrayUTF32Node.- Since:
- 22.1
-
getUncached
Get the uncached version ofTruffleString.FromIntArrayUTF32Node.- Since:
- 22.1
-