Class SynthesizeFromMCSGT4Grammar
java.lang.Object
de.monticore.types.check.AbstractSynthesizeFromType
de.monticore.types.check.SynthesizeSymTypeFromMCSimpleGenericTypes
de.monticore.grammar.grammar_withconcepts.SynthesizeFromMCSGT4Grammar
- All Implemented Interfaces:
MCSimpleGenericTypesHandler,MCSimpleGenericTypesVisitor2,de.monticore.visitor.IHandler,de.monticore.visitor.IVisitor
-
Field Summary
Fields inherited from class de.monticore.types.check.SynthesizeSymTypeFromMCSimpleGenericTypes
traverserFields inherited from class de.monticore.types.check.AbstractSynthesizeFromType
typeCheckResult -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected SymTypeExpressionhandleIfNotFound(ASTMCGenericType type, List<SymTypeExpression> arguments) extension method for error handlingMethods inherited from class de.monticore.types.check.SynthesizeSymTypeFromMCSimpleGenericTypes
getTraverser, setTraverser, traverseMethods 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
-
Constructor Details
-
SynthesizeFromMCSGT4Grammar
public SynthesizeFromMCSGT4Grammar()
-
-
Method Details
-
handleIfNotFound
protected SymTypeExpression handleIfNotFound(ASTMCGenericType type, List<SymTypeExpression> arguments) Description copied from class:SynthesizeSymTypeFromMCSimpleGenericTypesextension method for error handling- Overrides:
handleIfNotFoundin classSynthesizeSymTypeFromMCSimpleGenericTypes
-