Class MCSimpleGenericTypesTypeVisitor
java.lang.Object
de.monticore.types3.AbstractTypeVisitor
de.monticore.types.mcsimplegenerictypes.types3.MCSimpleGenericTypesTypeVisitor
- All Implemented Interfaces:
MCSimpleGenericTypesVisitor2,de.monticore.visitor.IVisitor
public class MCSimpleGenericTypesTypeVisitor
extends AbstractTypeVisitor
implements MCSimpleGenericTypesVisitor2
-
Field Summary
Fields inherited from class de.monticore.types3.AbstractTypeVisitor
ctx4Ast, LOG_NAME, tmpMap, type4Ast -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidendVisit(ASTMCBasicGenericType genericType) voidendVisit(ASTMCCustomTypeArgument typeArgument) protected SymTypeExpressionhandleIfNotFound(ASTMCGenericType type, List<SymTypeExpression> arguments) extension method for error handlingMethods inherited from class de.monticore.types3.AbstractTypeVisitor
getAsBasicSymbolsScope, getInferenceContext4Ast, getType4Ast, setContext4Ast, setType4AstMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.monticore.visitor.IVisitor
endVisit, endVisit, endVisit, endVisit, visit, visit, visit, visit
-
Constructor Details
-
MCSimpleGenericTypesTypeVisitor
public MCSimpleGenericTypesTypeVisitor()
-
-
Method Details
-
endVisit
- Specified by:
endVisitin interfaceMCSimpleGenericTypesVisitor2
-
endVisit
- Specified by:
endVisitin interfaceMCSimpleGenericTypesVisitor2
-
handleIfNotFound
protected SymTypeExpression handleIfNotFound(ASTMCGenericType type, List<SymTypeExpression> arguments) extension method for error handling
-