public abstract static class TruffleString.FromIntArrayUTF32Node extends Node
TruffleString
from an int-array.Node.Child, Node.Children
Modifier and Type | Method and Description |
---|---|
static TruffleString.FromIntArrayUTF32Node |
create()
Create a new
TruffleString.FromIntArrayUTF32Node . |
TruffleString |
execute(int[] value)
Creates a UTF-32
TruffleString from an int-array. |
abstract TruffleString |
execute(int[] value,
int intOffset,
int intLength)
Creates a UTF-32
TruffleString from an int-array. |
static TruffleString.FromIntArrayUTF32Node |
getUncached()
Get the uncached version of
TruffleString.FromIntArrayUTF32Node . |
accept, adoptChildren, atomic, atomic, copy, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, getSourceSection, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, onReplace, replace, replace, reportPolymorphicSpecialize, toString
public final TruffleString execute(int[] value)
TruffleString
from an int-array.public abstract TruffleString execute(int[] value, int intOffset, int intLength)
TruffleString
from an int-array.public static TruffleString.FromIntArrayUTF32Node create()
TruffleString.FromIntArrayUTF32Node
.public static TruffleString.FromIntArrayUTF32Node getUncached()
TruffleString.FromIntArrayUTF32Node
.