Class TruffleString.IntIndexOfAnyIntUTF32Node

java.lang.Object
com.oracle.truffle.api.nodes.Node
com.oracle.truffle.api.strings.TruffleString.IntIndexOfAnyIntUTF32Node
All Implemented Interfaces:
NodeInterface, Cloneable
Enclosing class:
TruffleString

public abstract static class TruffleString.IntIndexOfAnyIntUTF32Node extends Node
Node to find the index of the first occurrence of any int from a given array. See execute(AbstractTruffleString, int, int, int[]) for details.
Since:
22.1