Class TruffleString.CodePointAtByteIndexNode

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

public abstract static class TruffleString.CodePointAtByteIndexNode extends Node
Node to read a codepoint at a given byte index. See execute(AbstractTruffleString, int, TruffleString.Encoding) for details.
Since:
22.1