public abstract static class TruffleString.IntIndexOfAnyIntUTF32Node extends Node
int
from a given array. See
TruffleString.IntIndexOfAnyIntUTF32Node.execute(AbstractTruffleString, int, int, int[])
for details.Node.Child, Node.Children
Modifier and Type | Method and Description |
---|---|
static TruffleString.IntIndexOfAnyIntUTF32Node |
create()
Create a new
TruffleString.IntIndexOfAnyIntUTF32Node . |
abstract int |
execute(AbstractTruffleString a,
int fromIntIndex,
int maxIntIndex,
int[] values)
Return the int index of the first occurrence of any int contained in
values ,
bounded by fromIntIndex (inclusive) and maxIntIndex (exclusive). |
static TruffleString.IntIndexOfAnyIntUTF32Node |
getUncached()
Get the uncached version of
TruffleString.IntIndexOfAnyIntUTF32Node . |
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 int execute(AbstractTruffleString a, int fromIntIndex, int maxIntIndex, int[] values)
values
,
bounded by fromIntIndex
(inclusive) and maxIntIndex
(exclusive).
If none of the values is found, return a negative value.
public static TruffleString.IntIndexOfAnyIntUTF32Node create()
TruffleString.IntIndexOfAnyIntUTF32Node
.public static TruffleString.IntIndexOfAnyIntUTF32Node getUncached()
TruffleString.IntIndexOfAnyIntUTF32Node
.