public abstract static class TruffleString.WithMask.CreateUTF32Node extends Node
TruffleString.WithMask
from a UTF-32 string and an int array. See
#execute(AbstractTruffleString, int[])
for details.Node.Child, Node.Children
Modifier and Type | Method and Description |
---|---|
static TruffleString.WithMask.CreateUTF32Node |
create()
Create a new
TruffleString.WithMask.CreateNode . |
abstract TruffleString.WithMask |
execute(AbstractTruffleString a,
int[] mask)
|
static TruffleString.WithMask.CreateUTF32Node |
getUncached()
Get the uncached version of
TruffleString.WithMask.CreateNode . |
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 abstract TruffleString.WithMask execute(AbstractTruffleString a, int[] mask)
TruffleString.WithMask
from a
and mask
. mask.length
must be equal to the string's length in int
s.public static TruffleString.WithMask.CreateUTF32Node create()
TruffleString.WithMask.CreateNode
.public static TruffleString.WithMask.CreateUTF32Node getUncached()
TruffleString.WithMask.CreateNode
.