Package de.monticore.types.check
Class SymTypeVoid
java.lang.Object
de.monticore.types.check.SymTypeExpression
de.monticore.types.check.SymTypeVoid
- All Implemented Interfaces:
Comparable<SymTypeExpression>
-
Field Summary
Fields inherited from class de.monticore.types.check.SymTypeExpression
functionList, LOG_NAME, sourceInfo, typeSymbol -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.no logic that is not deprecated this is to be replaced by the default constructor -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(ISymTypeVisitor visitor) booleanbooleanAm I of void type?Methods inherited from class de.monticore.types.check.SymTypeExpression
_internal_setSourceInfo, asArrayType, asFunctionType, asGenericType, asInferenceVariable, asIntersectionType, asNullType, asNumericWithSIUnitType, asObjectType, asObscureType, asPrimitive, asRegExType, asSIUnitType, asTupleType, asTypeVariable, asUnionType, asWildcard, compareTo, deepClone, getCorrectFields, getCorrectFields, getCorrectMethods, getCorrectMethods, getFieldList, getFieldList, getFieldList, getFieldList, getMethodList, getMethodList, getMethodList, getMethodList, getSourceInfo, getTypeInfo, hasTypeInfo, isArrayType, isFunctionType, isGenericType, isInferenceVariable, isIntersectionType, isNullType, isNumericWithSIUnitType, isObjectType, isObscureType, isPrimitive, isRegExType, isSIUnitType, isTupleType, isTypeVariable, isUnionType, isValidType, isWildcard, print, printAsJson, printFullName, replaceTypeVariables, transformFieldList, transformMethodList
-
Constructor Details
-
SymTypeVoid
Deprecated.no logic that is not deprecated this is to be replaced by the default constructor
-
-
Method Details
-
isVoidType
public boolean isVoidType()Description copied from class:SymTypeExpressionAm I of void type?- Overrides:
isVoidTypein classSymTypeExpression
-
asVoidType
- Overrides:
asVoidTypein classSymTypeExpression
-
deepEquals
- Specified by:
deepEqualsin classSymTypeExpression
-
accept
- Overrides:
acceptin classSymTypeExpression
-