Class Undefined4DataType

All Implemented Interfaces:
BuiltInDataType, DataType, ExtensionPoint

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

    • dataType

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

    • Undefined4DataType

      public Undefined4DataType()
      Cronstructs a new Undefined4 dataType
    • Undefined4DataType

      public Undefined4DataType(DataTypeManager dtm)
  • Method Details