Class JSRightShiftConstantNode

All Implemented Interfaces:
com.oracle.truffle.api.instrumentation.InstrumentableNode, com.oracle.truffle.api.nodes.NodeInterface, Cloneable

public abstract class JSRightShiftConstantNode extends JSUnaryNode
11.7.2 The Signed Right Shift Operator ( >> ), special-cased for the step to be a constant integer value.
  • Field Details

    • shiftValue

      protected final int shiftValue
  • Constructor Details

    • JSRightShiftConstantNode

      protected JSRightShiftConstantNode(JavaScriptNode operand, int shiftValue)
  • Method Details