Class TruffleString.ByteIndexOfAnyByteNode

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

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