Class TruffleString.ReadByteNode

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

public abstract static class TruffleString.ReadByteNode extends Node
Node to read a single byte from a string. See execute(AbstractTruffleString, int, TruffleString.Encoding) for details.
Since:
22.1