Class TruffleString.IndexOfCodePointNode

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

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