Class TruffleString.CopyToNativeMemoryNode

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

public abstract static class TruffleString.CopyToNativeMemoryNode extends Node
Node to copy a region of a string into native memory. See execute(AbstractTruffleString, int, Object, int, int, TruffleString.Encoding) for details.
Since:
22.1