Interface IMCCollectionTypesInterpreter
-
- All Superinterfaces:
IMCBasicsInterpreter,IMCBasicTypesInterpreter,de.monticore.interpreter.ModelInterpreter
- All Known Subinterfaces:
IGrammar_WithConceptsInterpreter,IGrammarInterpreter,IJavaClassExpressionsInterpreter,IJavaLightInterpreter,IMCFullGenericTypesInterpreter,IMCSimpleGenericTypesInterpreter,IODRuleGenerationInterpreter,IODRulesInterpreter,IStreamExpressionsInterpreter,ITFBasisExtsInterpreter,ITFCommonsInterpreter
- All Known Implementing Classes:
Grammar_WithConceptsInterpreter,GrammarInterpreter,JavaClassExpressionsInterpreter,JavaLightInterpreter,MCCollectionTypesInterpreter,MCFullGenericTypesInterpreter,MCSimpleGenericTypesInterpreter,ODRuleGenerationInterpreter,ODRulesInterpreter,StreamExpressionsInterpreter,TFBasisExtsInterpreter,TFCommonsInterpreter
public interface IMCCollectionTypesInterpreter extends IMCBasicTypesInterpreter, de.monticore.interpreter.ModelInterpreter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description de.monticore.interpreter.Valueinterpret(ASTMCBasicTypeArgument node)de.monticore.interpreter.Valueinterpret(ASTMCCollectionTypesNode node)de.monticore.interpreter.Valueinterpret(ASTMCGenericType node)de.monticore.interpreter.Valueinterpret(ASTMCListType node)de.monticore.interpreter.Valueinterpret(ASTMCMapType node)de.monticore.interpreter.Valueinterpret(ASTMCOptionalType node)de.monticore.interpreter.Valueinterpret(ASTMCPrimitiveTypeArgument node)de.monticore.interpreter.Valueinterpret(ASTMCSetType node)de.monticore.interpreter.Valueinterpret(ASTMCTypeArgument node)-
Methods inherited from interface de.monticore.mcbasics._visitor.IMCBasicsInterpreter
interpret
-
-
-
-
Method Detail
-
interpret
de.monticore.interpreter.Value interpret(ASTMCListType node)
-
interpret
de.monticore.interpreter.Value interpret(ASTMCOptionalType node)
-
interpret
de.monticore.interpreter.Value interpret(ASTMCMapType node)
-
interpret
de.monticore.interpreter.Value interpret(ASTMCSetType node)
-
interpret
de.monticore.interpreter.Value interpret(ASTMCBasicTypeArgument node)
-
interpret
de.monticore.interpreter.Value interpret(ASTMCPrimitiveTypeArgument node)
-
interpret
de.monticore.interpreter.Value interpret(ASTMCGenericType node)
-
interpret
de.monticore.interpreter.Value interpret(ASTMCTypeArgument node)
-
interpret
de.monticore.interpreter.Value interpret(ASTMCCollectionTypesNode node)
-
-