Class Undefined8DataType

All Implemented Interfaces:
BuiltInDataType, DataType, ExtensionPoint

public class Undefined8DataType extends Undefined
Provides an implementation of an 8-byte dataType that has not been defined yet as a particular type of data in the program.
  • Field Details

    • dataType

      public static final Undefined8DataType dataType
      A statically defined DefaultDataType used when an Undefined byte is needed.
  • Constructor Details

    • Undefined8DataType

      public Undefined8DataType()
      Construcs a new Undefined8 dataType
    • Undefined8DataType

      public Undefined8DataType(DataTypeManager dtm)
  • Method Details