Class TruffleString.ByteIndexOfStringSetNode

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

public abstract static class TruffleString.ByteIndexOfStringSetNode extends Node
Node to find the byte index of the first occurrence of any string contained in a given string set. See execute(AbstractTruffleString, int, int, TruffleString.StringSet) for details.
Since:
25.1