Class JSToUInt32Node.JSToUInt32WrapperNode

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
Enclosing class:
JSToUInt32Node

public abstract static class JSToUInt32Node.JSToUInt32WrapperNode extends JSUnaryNode
  • Field Details

    • unsignedRightShift

      protected final boolean unsignedRightShift
    • shiftValue

      protected final int shiftValue
  • Constructor Details

    • JSToUInt32WrapperNode

      protected JSToUInt32WrapperNode(JavaScriptNode operand, boolean unsignedRightShift, int shiftValue)
  • Method Details