All Implemented Interfaces:
IDestructable, INdStruct

public final class NdConstantInt extends NdConstant
  • Field Details

  • Constructor Details

    • NdConstantInt

      public NdConstantInt(Nd nd, long address)
    • NdConstantInt

      protected NdConstantInt(Nd nd)
  • Method Details

    • create

      public static NdConstantInt create(Nd nd, int value)
    • setValue

      public void setValue(int value)
    • getValue

      public int getValue()
    • getConstant

      public Constant getConstant()
      Description copied from class: NdConstant
      Returns the Constant corresponding to the value of this NdConstant or null if the receiver corresponds to a Constant.
      Specified by:
      getConstant in class NdConstant