Class TruffleString.ByteIndexToCodePointIndexNode

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

public abstract static class TruffleString.ByteIndexToCodePointIndexNode extends Node
Node to convert a given byte index to a codepoint index. See execute(AbstractTruffleString, int, int, TruffleString.Encoding) for details.
Since:
22.2