Class VoidDataType

All Implemented Interfaces:
BuiltInDataType, DataType, ExtensionPoint

public class VoidDataType extends BuiltIn
Special dataType used only for function return types. Used to indicate that a function has no return value.
  • Field Details

    • dataType

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

    • VoidDataType

      public VoidDataType()
    • VoidDataType

      public VoidDataType(DataTypeManager dtm)
  • Method Details