Class TruffleString.AsManagedNode

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

public abstract static class TruffleString.AsManagedNode extends Node
Node to get the given AbstractTruffleString as a managed TruffleString, meaning that the resulting string's backing memory is not a native pointer. See execute(AbstractTruffleString, TruffleString.Encoding) for details.
Since:
22.1