Interface ITagSchemaInterpreter

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

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

    • interpret

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

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

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

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

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

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

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

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

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

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

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