Interface IBasicSymbolsInterpreter
- All Superinterfaces:
IMCBasicsInterpreter,de.monticore.interpreter.ModelInterpreter
- All Known Subinterfaces:
ICompSymbolsInterpreter,IGrammar_WithConceptsInterpreter,IJavaClassExpressionsInterpreter,IJavaLightInterpreter,ILambdaExpressionsInterpreter,IMCArrayStatementsInterpreter,IMCCommonStatementsInterpreter,IMCExceptionStatementsInterpreter,IMCFullJavaStatementsInterpreter,IMCSynchronizedStatementsInterpreter,IMCVarDeclarationStatementsInterpreter,IOCLExpressionsInterpreter,IODRulesInterpreter,IOOSymbolsInterpreter,ISetExpressionsInterpreter,ITFBasisExtsInterpreter,ITFCommonsInterpreter,ITypeParametersInterpreter
- All Known Implementing Classes:
BasicSymbolsInterpreter,CompSymbolsInterpreter,Grammar_WithConceptsInterpreter,JavaClassExpressionsInterpreter,JavaLightInterpreter,LambdaExpressionsInterpreter,MCArrayStatementsInterpreter,MCCommonStatementsInterpreter,MCExceptionStatementsInterpreter,MCFullJavaStatementsInterpreter,MCSynchronizedStatementsInterpreter,MCVarDeclarationStatementsInterpreter,OCLExpressionsInterpreter,ODRulesInterpreter,OOSymbolsInterpreter,SetExpressionsInterpreter,TFBasisExtsInterpreter,TFCommonsInterpreter,TypeParametersInterpreter
public interface IBasicSymbolsInterpreter
extends IMCBasicsInterpreter, de.monticore.interpreter.ModelInterpreter
-
Method Summary
Modifier and TypeMethodDescriptionde.monticore.interpreter.Valueinterpret(ASTBasicSymbolsNode node) de.monticore.interpreter.Valueinterpret(ASTDiagram node) de.monticore.interpreter.Valueinterpret(ASTFunction node) de.monticore.interpreter.Valueinterpret(ASTMCStereotype node) de.monticore.interpreter.Valuede.monticore.interpreter.Valueinterpret(ASTTypeVar node) de.monticore.interpreter.Valueinterpret(ASTVariable node) Methods inherited from interface de.monticore.mcbasics._visitor.IMCBasicsInterpreter
interpretMethods inherited from interface de.monticore.interpreter.ModelInterpreter
getContextMap, getRealThis, interpret, load, setRealThis, store
-
Method Details
-
interpret
-
interpret
-
interpret
-
interpret
-
interpret
-
interpret
-
interpret
-