Class MCBasicTypesTypeVisitor
- java.lang.Object
-
- de.monticore.types3.AbstractTypeVisitor
-
- de.monticore.types.mcbasictypes.types3.MCBasicTypesTypeVisitor
-
- All Implemented Interfaces:
MCBasicTypesVisitor2,de.monticore.visitor.IVisitor
public class MCBasicTypesTypeVisitor extends AbstractTypeVisitor implements MCBasicTypesVisitor2
-
-
Field Summary
-
Fields inherited from class de.monticore.types3.AbstractTypeVisitor
ctx4Ast, LOG_NAME, tmpMap, type4Ast
-
-
Constructor Summary
Constructors Constructor Description MCBasicTypesTypeVisitor()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidendVisit(ASTMCPrimitiveType primitiveType)voidendVisit(ASTMCQualifiedName qName)voidendVisit(ASTMCQualifiedType mcQType)voidendVisit(ASTMCReturnType rType)voidsetTypeContextCalculator(TypeContextCalculator typeCtxCalc)Deprecated, for removal: This API element is subject to removal in a future version.is now a static delegatevoidsetWithinScopeResolver(WithinScopeBasicSymbolsResolver nameExprTypeCalc)Deprecated, for removal: This API element is subject to removal in a future version.is now a static delegatevoidsetWithinTypeResolver(WithinTypeBasicSymbolsResolver withinTypeResolver)Deprecated, for removal: This API element is subject to removal in a future version.is now a static delegate-
Methods inherited from class de.monticore.types3.AbstractTypeVisitor
getAsBasicSymbolsScope, getInferenceContext4Ast, getType4Ast, setContext4Ast, setType4Ast
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Method Detail
-
setWithinScopeResolver
@Deprecated(forRemoval=true) public void setWithinScopeResolver(WithinScopeBasicSymbolsResolver nameExprTypeCalc)
Deprecated, for removal: This API element is subject to removal in a future version.is now a static delegate
-
setWithinTypeResolver
@Deprecated(forRemoval=true) public void setWithinTypeResolver(WithinTypeBasicSymbolsResolver withinTypeResolver)
Deprecated, for removal: This API element is subject to removal in a future version.is now a static delegate
-
setTypeContextCalculator
@Deprecated(forRemoval=true) public void setTypeContextCalculator(TypeContextCalculator typeCtxCalc)
Deprecated, for removal: This API element is subject to removal in a future version.is now a static delegate
-
endVisit
public void endVisit(ASTMCPrimitiveType primitiveType)
- Specified by:
endVisitin interfaceMCBasicTypesVisitor2
-
endVisit
public void endVisit(ASTMCReturnType rType)
- Specified by:
endVisitin interfaceMCBasicTypesVisitor2
-
endVisit
public void endVisit(ASTMCQualifiedName qName)
- Specified by:
endVisitin interfaceMCBasicTypesVisitor2
-
endVisit
public void endVisit(ASTMCQualifiedType mcQType)
- Specified by:
endVisitin interfaceMCBasicTypesVisitor2
-
-