Class MetaType
java.lang.Object
net.ssehub.easy.varModel.model.datatypes.BasisDatatype
net.ssehub.easy.varModel.model.datatypes.MetaType
- All Implemented Interfaces:
IDatatype,IDatatypeVisitable
Implements a data type which represents types (as result of type operations).
- Author:
- Holger Eichelberger
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(IDatatypeVisitor visitor) Accepts a specialized visitor for creating a textual representation of the identity of this type.Methods inherited from class net.ssehub.easy.varModel.model.datatypes.BasisDatatype
getGenericType, getGenericTypeCount, getName, getNameSpace, getOperation, getOperationCount, getQualifiedName, getType, getTypeClass, getUniqueName, isAssignableFrom, isPrimitive, isPseudoType
-
Field Details
-
TYPE
-
EQUALS
-
NOTEQUALS
-
NOTEQUALS_ALIAS
-
ALL_INSTANCES
-
-
Constructor Details
-
MetaType
private MetaType()Creates the singleton instance of this class.
-
-
Method Details
-
accept
Description copied from interface:IDatatypeVisitableAccepts a specialized visitor for creating a textual representation of the identity of this type.- Specified by:
acceptin interfaceIDatatypeVisitable- Specified by:
acceptin classBasisDatatype- Parameters:
visitor- the visitor to accept
-