Class MutableTruffleString.ForceEncodingNode

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

public abstract static class MutableTruffleString.ForceEncodingNode extends Node
Node to forcibly assign any encoding to a string. See execute(AbstractTruffleString, TruffleString.Encoding, TruffleString.Encoding) for details.
Since:
22.1