Package de.monticore.types.check
Class TypeCheck
java.lang.Object
de.monticore.types.check.TypeCheck
Deprecated.
Deprecated due to static methods
use
ITypeRelations instead,
preferably provided by TypeCalculator-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static TypeRelationsDeprecated.only used to provide deprecated static methods -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static intcalculateInheritanceDistance(SymTypeExpression specific, SymTypeExpression general) Deprecated.static intcalculateInheritanceDistance(SymTypePrimitive specific, SymTypePrimitive general) Deprecated.static booleancompatible(SymTypeExpression left, SymTypeExpression right) Deprecated.static booleanisBoolean(SymTypeExpression type) Deprecated.static booleanisByte(SymTypeExpression type) Deprecated.static booleanisChar(SymTypeExpression type) Deprecated.static booleanisDouble(SymTypeExpression type) Deprecated.static booleanisFloat(SymTypeExpression type) Deprecated.static booleanisInt(SymTypeExpression type) Deprecated.static booleanisLong(SymTypeExpression type) Deprecated.static booleanisShort(SymTypeExpression type) Deprecated.static booleanisString(SymTypeExpression type) Deprecated.static booleanisSubtypeOf(SymTypeExpression subType, SymTypeExpression superType) Deprecated.static booleanisVoid(SymTypeExpression type) Deprecated.
-
Field Details
-
typeRelations
Deprecated.only used to provide deprecated static methods
-
-
Constructor Details
-
TypeCheck
public TypeCheck()Deprecated.
-
-
Method Details
-
compatible
Deprecated. -
isSubtypeOf
@Deprecated public static boolean isSubtypeOf(SymTypeExpression subType, SymTypeExpression superType) Deprecated. -
calculateInheritanceDistance
@Deprecated protected static int calculateInheritanceDistance(SymTypeExpression specific, SymTypeExpression general) Deprecated. -
calculateInheritanceDistance
@Deprecated public static int calculateInheritanceDistance(SymTypePrimitive specific, SymTypePrimitive general) Deprecated. -
isBoolean
Deprecated. -
isInt
Deprecated. -
isDouble
Deprecated. -
isFloat
Deprecated. -
isLong
Deprecated. -
isChar
Deprecated. -
isShort
Deprecated. -
isByte
Deprecated. -
isVoid
Deprecated. -
isString
Deprecated.
-