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 Details

    • interpret

      de.monticore.interpreter.Value interpret(ASTDiagram node)
    • interpret

      de.monticore.interpreter.Value interpret(ASTType node)
    • interpret

      de.monticore.interpreter.Value interpret(ASTTypeVar node)
    • interpret

      de.monticore.interpreter.Value interpret(ASTVariable node)
    • interpret

      de.monticore.interpreter.Value interpret(ASTFunction node)
    • interpret

      de.monticore.interpreter.Value interpret(ASTMCStereotype node)
    • interpret

      de.monticore.interpreter.Value interpret(ASTBasicSymbolsNode node)