Class JSUnsignedRightShiftConstantNode

java.lang.Object
com.oracle.truffle.api.nodes.Node
All Implemented Interfaces:
com.oracle.truffle.api.instrumentation.InstrumentableNode, com.oracle.truffle.api.nodes.NodeInterface, Cloneable

public abstract class JSUnsignedRightShiftConstantNode extends JSUnaryNode
11.7.3 The Unsigned Right Shift Operator (>>>).
  • Field Details

    • shiftValue

      protected final int shiftValue
    • rightValue

      protected final int rightValue
  • Constructor Details

    • JSUnsignedRightShiftConstantNode

      protected JSUnsignedRightShiftConstantNode(JavaScriptNode operand, int shiftValue, int rightValue)
  • Method Details