Class MutableTruffleString.SubstringNode

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

public abstract static class MutableTruffleString.SubstringNode extends Node
Node to create a new mutable substring of a string. See execute(AbstractTruffleString, int, int, TruffleString.Encoding) for details.
Since:
22.1