Class TruffleString.CodePointIndexToByteIndexNode

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

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