Class MetaType

  • All Implemented Interfaces:
    IDatatype, IDatatypeVisitable

    public class MetaType
    extends BasisDatatype
    Implements a data type which represents types (as result of type operations).
    Author:
    Holger Eichelberger
    • Field Detail

      • EQUALS

        public static final Operation EQUALS
      • NOTEQUALS

        public static final Operation NOTEQUALS
      • NOTEQUALS_ALIAS

        public static final Operation NOTEQUALS_ALIAS
      • ALL_INSTANCES

        public static final Operation ALL_INSTANCES
    • Constructor Detail

      • MetaType

        private MetaType()
        Creates the singleton instance of this class.