Package de.monticore.types.check
Class SynthesizeSymTypeFromMCFullGenericTypes
java.lang.Object
de.monticore.types.check.AbstractSynthesizeFromType
de.monticore.types.check.SynthesizeSymTypeFromMCFullGenericTypes
- All Implemented Interfaces:
MCFullGenericTypesHandler,MCFullGenericTypesVisitor2,de.monticore.visitor.IHandler,de.monticore.visitor.IVisitor
@Deprecated
public class SynthesizeSymTypeFromMCFullGenericTypes
extends AbstractSynthesizeFromType
implements MCFullGenericTypesVisitor2, MCFullGenericTypesHandler
Deprecated.
Visitor for Derivation of SymType from MCFullGenericTypes
i.e. for
types/MCFullGenericTypes.mc4
-
Field Summary
FieldsFields inherited from class de.monticore.types.check.AbstractSynthesizeFromType
typeCheckResult -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.voidsetTraverser(MCFullGenericTypesTraverser traverser) Deprecated.voidtraverse(ASTMCWildcardTypeArgument wildcardType) Deprecated.We use mainly endVisit, because the result is synthesized along the tree, when walking upwardsMethods inherited from class de.monticore.types.check.AbstractSynthesizeFromType
checkNotObscure, getResult, getScope, getTypeCheckResult, init, setTypeCheckResultMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.monticore.visitor.IHandler
handle, handle, handle, handle, handle, traverse, traverseMethods inherited from interface de.monticore.visitor.IVisitor
endVisit, endVisit, endVisit, endVisit, visit, visit, visit, visit
-
Field Details
-
traverser
Deprecated.
-
-
Constructor Details
-
SynthesizeSymTypeFromMCFullGenericTypes
public SynthesizeSymTypeFromMCFullGenericTypes()Deprecated.
-
-
Method Details
-
getTraverser
Deprecated.- Specified by:
getTraverserin interfacede.monticore.visitor.IHandler- Specified by:
getTraverserin interfaceMCFullGenericTypesHandler- Specified by:
getTraverserin classAbstractSynthesizeFromType
-
setTraverser
Deprecated.- Specified by:
setTraverserin interfaceMCFullGenericTypesHandler
-
traverse
Deprecated.We use mainly endVisit, because the result is synthesized along the tree, when walking upwards- Specified by:
traversein interfaceMCFullGenericTypesHandler
-
TypeCheck3instead.