Class AbstractSignedIntegerDataType

All Implemented Interfaces:
ArrayStringable, BuiltInDataType, DataType, ExtensionPoint
Direct Known Subclasses:
Integer16DataType, Integer3DataType, Integer5DataType, Integer6DataType, Integer7DataType, IntegerDataType, LongDataType, LongLongDataType, ShortDataType, SignedByteDataType, SignedDWordDataType, SignedQWordDataType, SignedWordDataType

public abstract class AbstractSignedIntegerDataType extends AbstractIntegerDataType
Base type for unsigned integer data types.
  • Constructor Details

    • AbstractSignedIntegerDataType

      protected AbstractSignedIntegerDataType(String name, DataTypeManager dtm)
      Constructor
      Parameters:
      name - a signed data-type name (also used as the mnemonic)
      dtm - data-type manager whose data organization should be used
  • Method Details