Class JSLeftShiftConstantNode

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

public abstract class JSLeftShiftConstantNode extends JSUnaryNode
The Left Shift Operator ( invalid input: '<'invalid input: '<' ), special-cased for the step to be a constant integer value.
  • Field Details

    • shiftValue

      protected final int shiftValue
  • Constructor Details

    • JSLeftShiftConstantNode

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