Interface IODRulesInterpreter

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

public interface IODRulesInterpreter extends ITFBasisExtsInterpreter, IMCCommonLiteralsInterpreter, IMCJavaLiteralsInterpreter, IUMLStereotypeInterpreter, de.monticore.interpreter.ModelInterpreter
  • Method Details

    • interpret

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

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

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

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

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

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

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

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

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

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

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