Interface IMCBasicTypesInterpreter
-
- All Superinterfaces:
IMCBasicsInterpreter,de.monticore.interpreter.ModelInterpreter
- All Known Subinterfaces:
IGrammar_WithConceptsInterpreter,IGrammarInterpreter,IJavaClassExpressionsInterpreter,IJavaLightInterpreter,ILambdaExpressionsInterpreter,IMCArrayStatementsInterpreter,IMCArrayTypesInterpreter,IMCCollectionTypesInterpreter,IMCCommonStatementsInterpreter,IMCExceptionStatementsInterpreter,IMCFullGenericTypesInterpreter,IMCFullJavaStatementsInterpreter,IMCFunctionTypesInterpreter,IMCSimpleGenericTypesInterpreter,IMCStructuralTypesInterpreter,IMCSynchronizedStatementsInterpreter,IMCVarDeclarationStatementsInterpreter,IOCLExpressionsInterpreter,IODRuleGenerationInterpreter,IODRulesInterpreter,IRegExTypeInterpreter,ISetExpressionsInterpreter,ISIUnitTypes4ComputingInterpreter,ISIUnitTypes4MathInterpreter,IStreamExpressionsInterpreter,ITagSchemaInterpreter,ITagsInterpreter,ITFBasisExtsInterpreter,ITFCommonsInterpreter,ITypeParametersInterpreter,IUglyExpressionsInterpreter
- All Known Implementing Classes:
Grammar_WithConceptsInterpreter,GrammarInterpreter,JavaClassExpressionsInterpreter,JavaLightInterpreter,LambdaExpressionsInterpreter,MCArrayStatementsInterpreter,MCArrayTypesInterpreter,MCBasicTypesInterpreter,MCCollectionTypesInterpreter,MCCommonStatementsInterpreter,MCExceptionStatementsInterpreter,MCFullGenericTypesInterpreter,MCFullJavaStatementsInterpreter,MCFunctionTypesInterpreter,MCSimpleGenericTypesInterpreter,MCStructuralTypesInterpreter,MCSynchronizedStatementsInterpreter,MCVarDeclarationStatementsInterpreter,OCLExpressionsInterpreter,ODRuleGenerationInterpreter,ODRulesInterpreter,RegExTypeInterpreter,SetExpressionsInterpreter,SIUnitTypes4ComputingInterpreter,SIUnitTypes4MathInterpreter,StreamExpressionsInterpreter,TagSchemaInterpreter,TagsInterpreter,TFBasisExtsInterpreter,TFCommonsInterpreter,TypeParametersInterpreter,UglyExpressionsInterpreter
public interface IMCBasicTypesInterpreter extends IMCBasicsInterpreter, de.monticore.interpreter.ModelInterpreter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description de.monticore.interpreter.Valueinterpret(ASTMCBasicTypesNode node)de.monticore.interpreter.Valueinterpret(ASTMCImportStatement node)de.monticore.interpreter.Valueinterpret(ASTMCObjectType node)de.monticore.interpreter.Valueinterpret(ASTMCPackageDeclaration node)de.monticore.interpreter.Valueinterpret(ASTMCPrimitiveType node)de.monticore.interpreter.Valueinterpret(ASTMCQualifiedName node)de.monticore.interpreter.Valueinterpret(ASTMCQualifiedType node)de.monticore.interpreter.Valueinterpret(ASTMCReturnType node)de.monticore.interpreter.Valueinterpret(ASTMCType node)de.monticore.interpreter.Valueinterpret(ASTMCVoidType node)-
Methods inherited from interface de.monticore.mcbasics._visitor.IMCBasicsInterpreter
interpret
-
-
-
-
Method Detail
-
interpret
de.monticore.interpreter.Value interpret(ASTMCQualifiedName node)
-
interpret
de.monticore.interpreter.Value interpret(ASTMCPackageDeclaration node)
-
interpret
de.monticore.interpreter.Value interpret(ASTMCImportStatement node)
-
interpret
de.monticore.interpreter.Value interpret(ASTMCPrimitiveType node)
-
interpret
de.monticore.interpreter.Value interpret(ASTMCQualifiedType node)
-
interpret
de.monticore.interpreter.Value interpret(ASTMCReturnType node)
-
interpret
de.monticore.interpreter.Value interpret(ASTMCVoidType node)
-
interpret
de.monticore.interpreter.Value interpret(ASTMCType node)
-
interpret
de.monticore.interpreter.Value interpret(ASTMCObjectType node)
-
interpret
de.monticore.interpreter.Value interpret(ASTMCBasicTypesNode node)
-
-