Class TruffleStringBuilder.AppendSubstringByteIndexNode

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

public abstract static class TruffleStringBuilder.AppendSubstringByteIndexNode extends Node
Node to append a substring of a given TruffleString to a string builder. See execute(TruffleStringBuilder, AbstractTruffleString, int, int) for details.
Since:
22.1