Class TruffleString.CodeRangeEqualsNode

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

public abstract static class TruffleString.CodeRangeEqualsNode extends Node
Node to check if a string's code range is equal to the given TruffleString.CodeRange. See execute(AbstractTruffleString, TruffleString.CodeRange) for details.
Since:
22.1