Class TruffleString.CodePointAtIndexUTF32Node

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

public abstract static class TruffleString.CodePointAtIndexUTF32Node extends Node
Node to read a codepoint at a given codepoint index from a UTF-32 string. See execute(AbstractTruffleString, int) for details.
Since:
25.1