All Implemented Interfaces:
IDestructable, INdStruct

public final class NdConstantByte extends NdConstant
  • Field Details

  • Constructor Details

    • NdConstantByte

      public NdConstantByte(Nd nd, long address)
    • NdConstantByte

      protected NdConstantByte(Nd nd)
  • Method Details

    • create

      public static NdConstantByte create(Nd nd, byte value)
    • setValue

      public void setValue(byte value)
    • getValue

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