Class MetaType
- java.lang.Object
-
- net.ssehub.easy.varModel.model.datatypes.BasisDatatype
-
- net.ssehub.easy.varModel.model.datatypes.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 Summary
Fields Modifier and Type Field Description static OperationALL_INSTANCESstatic OperationEQUALSstatic OperationNOTEQUALSstatic OperationNOTEQUALS_ALIASstatic IDatatypeTYPE
-
Constructor Summary
Constructors Modifier Constructor Description privateMetaType()Creates the singleton instance of this class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(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
-
-
-
-
Method Detail
-
accept
public void accept(IDatatypeVisitor visitor)
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
-
-