Interface ITFCommonsInterpreter

All Superinterfaces:
IAssignmentExpressionsInterpreter, IBasicSymbolsInterpreter, ICommonExpressionsInterpreter, IExpressionsBasisInterpreter, IJavaClassExpressionsInterpreter, IJavaLightInterpreter, IMCArrayStatementsInterpreter, IMCBasicsInterpreter, IMCBasicTypesInterpreter, IMCCollectionTypesInterpreter, IMCCommonLiteralsInterpreter, IMCCommonStatementsInterpreter, IMCFullGenericTypesInterpreter, IMCLiteralsBasisInterpreter, IMCReturnStatementsInterpreter, IMCSimpleGenericTypesInterpreter, IMCStatementsBasisInterpreter, IMCVarDeclarationStatementsInterpreter, IOOSymbolsInterpreter, ITFBasisExtsInterpreter, ITypeParametersInterpreter, IUglyExpressionsInterpreter, de.monticore.interpreter.ModelInterpreter
All Known Implementing Classes:
TFCommonsInterpreter

public interface ITFCommonsInterpreter extends ITFBasisExtsInterpreter, de.monticore.interpreter.ModelInterpreter
  • Method Details

    • interpret

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

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

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

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

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

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

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

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

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

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

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

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

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

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