Class TruffleString.IndexOfStringNode

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

public abstract static class TruffleString.IndexOfStringNode extends Node
Node to find the index of the first occurrence of a given string. See execute(AbstractTruffleString, AbstractTruffleString, int, int, TruffleString.Encoding) for details.
Since:
22.1