All Implemented Interfaces:
IDestructable, INdStruct

public final class NdConstantLong extends NdConstant
  • Field Details

  • Constructor Details

    • NdConstantLong

      public NdConstantLong(Nd nd, long address)
    • NdConstantLong

      protected NdConstantLong(Nd nd)
  • Method Details

    • create

      public static NdConstantLong create(Nd nd, long value)
    • setValue

      public void setValue(long value)
    • getValue

      public long 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