Class TagConformsToSchemaCoCo<T extends de.monticore.ast.ASTNode>

java.lang.Object
de.monticore.tagging.conforms.TagConformsToSchemaCoCo<T>
Type Parameters:
T - the StartRule
All Implemented Interfaces:
TagsASTTagUnitCoCo, TagsVisitor2, de.monticore.visitor.IVisitor

public abstract class TagConformsToSchemaCoCo<T extends de.monticore.ast.ASTNode> extends Object implements TagsASTTagUnitCoCo
CoCo for checking if a TagDefinition conforms to a TagSchema
  • Field Details

    • model

      protected T extends de.monticore.ast.ASTNode model
  • Constructor Details

    • TagConformsToSchemaCoCo

      public TagConformsToSchemaCoCo(T model)
  • Method Details