Class TupleExpressionsInterpreter

java.lang.Object
de.monticore.expressions.tupleexpressions._visitor.TupleExpressionsInterpreter
All Implemented Interfaces:
IExpressionsBasisInterpreter, ITupleExpressionsInterpreter, de.monticore.interpreter.ModelInterpreter, IMCLiteralsBasisInterpreter, IMCBasicsInterpreter

public class TupleExpressionsInterpreter extends Object implements ITupleExpressionsInterpreter
  • Field Details

    • expressionsBasisInterpreter

      protected IExpressionsBasisInterpreter expressionsBasisInterpreter
    • mCBasicsInterpreter

      protected IMCBasicsInterpreter mCBasicsInterpreter
    • mCLiteralsBasisInterpreter

      protected IMCLiteralsBasisInterpreter mCLiteralsBasisInterpreter
    • realThis

      protected de.monticore.interpreter.ModelInterpreter realThis
    • contextMap

      protected Map<de.monticore.symboltable.ISymbol,de.monticore.interpreter.Value> contextMap
  • Constructor Details

    • TupleExpressionsInterpreter

      public TupleExpressionsInterpreter()
    • TupleExpressionsInterpreter

      public TupleExpressionsInterpreter(de.monticore.interpreter.ModelInterpreter realThis)
  • Method Details