Class TruffleString.ByteLengthOfCodePointNode

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

public abstract static class TruffleString.ByteLengthOfCodePointNode extends Node
Node to get the number of bytes occupied by the codepoint starting at a given byte index. See execute(AbstractTruffleString, int, TruffleString.Encoding) for details.
Since:
22.1