Class TruffleString.LastIndexOfCodePointNode

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

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