Class Undefined2DataType

All Implemented Interfaces:
BuiltInDataType, DataType, ExtensionPoint

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

    • dataType

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

    • Undefined2DataType

      public Undefined2DataType()
      Constructs a new Undefined2 dataType
    • Undefined2DataType

      public Undefined2DataType(DataTypeManager dtm)
  • Method Details