All Implemented Interfaces:
IDestructable, INdStruct

public final class NdConstantChar extends NdConstant
  • Field Details

  • Constructor Details

    • NdConstantChar

      public NdConstantChar(Nd nd, long address)
    • NdConstantChar

      protected NdConstantChar(Nd nd)
  • Method Details

    • create

      public static NdConstantChar create(Nd nd, char value)
    • setValue

      public void setValue(char value)
    • getValue

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