Class TruffleString.CharIndexOfAnyCharUTF16Node

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

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