Class Undefined5DataType

All Implemented Interfaces:
BuiltInDataType, DataType, ExtensionPoint

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

    • dataType

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

    • Undefined5DataType

      public Undefined5DataType()
      Constructs a new Undefined1 dataType
    • Undefined5DataType

      public Undefined5DataType(DataTypeManager dtm)
  • Method Details