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