Class TruffleString.LastIndexOfStringNode

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

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