Interface ITagsInterpreter

All Superinterfaces:
IMCBasicsInterpreter, IMCBasicTypesInterpreter, IMCCommonLiteralsInterpreter, IMCLiteralsBasisInterpreter, de.monticore.interpreter.ModelInterpreter
All Known Implementing Classes:
TagsInterpreter

public interface ITagsInterpreter extends IMCBasicsInterpreter, IMCCommonLiteralsInterpreter, IMCBasicTypesInterpreter, de.monticore.interpreter.ModelInterpreter
  • Method Details

    • interpret

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

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

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

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

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

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

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

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

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

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