Uses of Class
net.ssehub.easy.varModel.model.Comment
Packages that use Comment
Package
Description
This package represents a specific variability model configuration.
Base package for the variability model.
Base directory for the main datatype classes.
This package contains utility classes for filtering the model for specific model elements.
Filter for finding mandatory declarations.
Classes for creating an (adapted) copy of the
Project.Specific classes for performing search operations on models.
These package is for reading and saving the variability model and the configuration.
Currently supported file formats: EASy-Producer 2.0 config files (xml) IVML
Currently supported file formats: EASy-Producer 2.0 config files (xml) IVML
Classes for validating e variability model, e.g.
-
Uses of Comment in net.ssehub.easy.varModel.confModel
Methods in net.ssehub.easy.varModel.confModel with parameters of type CommentModifier and TypeMethodDescriptionvoidAssignmentResolver.AssignBlockVisitor.visitComment(Comment comment) -
Uses of Comment in net.ssehub.easy.varModel.model
Subclasses of Comment in net.ssehub.easy.varModel.modelModifier and TypeClassDescriptionclassDefines a structured comment which stores relations between nested model elements of the following model element and the comments stored in this comment.Fields in net.ssehub.easy.varModel.model with type parameters of type CommentMethods in net.ssehub.easy.varModel.model that return CommentModifier and TypeMethodDescriptionComment.getComment(Object element) Returns the comment assigned to the given modelelement.StructuredComment.getComment(Object element) Returns the comment assigned to the given modelelement.Project.getCommentBefore(IModelElement element, boolean ensureStructured) Returns the comment before the specified model element.Project.getNestedComment(Object element) Returns a comment for anelementfrom within theProject.getComments().Methods in net.ssehub.easy.varModel.model with parameters of type CommentModifier and TypeMethodDescriptionvoidvoidvoidAdds a comment to the list of contained elements.voidComment.assignComment(Object element, Comment comment) Assigns acommentto the given modelelement.voidStructuredComment.assignComment(Object element, Comment comment) Assigns acommentto the given modelelement.voidIModelVisitor.visitComment(Comment comment) Method for visiting a comment.voidModelStatistics.StatisticsVisitor.visitComment(Comment comment) voidModelVisitorAdapter.visitComment(Comment comment) -
Uses of Comment in net.ssehub.easy.varModel.model.datatypes
Methods in net.ssehub.easy.varModel.model.datatypes with parameters of type Comment -
Uses of Comment in net.ssehub.easy.varModel.model.filter
Methods in net.ssehub.easy.varModel.model.filter with parameters of type CommentModifier and TypeMethodDescriptionvoidAbstractDeclarationFinder.visitComment(Comment comment) voidAbstractFrozenElementsFinder.visitComment(Comment comment) voidAnnotationAssignmentFinder.visitComment(Comment comment) voidConstraintFinder.visitComment(Comment comment) voidDatatypeFinder.visitComment(Comment comment) voidDeclarationInContainerFinder.visitComment(Comment comment) voidEvalBlockFinder.visitComment(Comment comment) voidModelElementTypeFinder.visitComment(Comment comment) voidNamespaceFinder.visitComment(Comment comment) voidProjectInterfaceFinder.visitComment(Comment comment) -
Uses of Comment in net.ssehub.easy.varModel.model.filter.mandatoryVars
Methods in net.ssehub.easy.varModel.model.filter.mandatoryVars with parameters of type CommentModifier and TypeMethodDescriptionvoidMandatoryDeclarationClassifier.visitComment(Comment comment) -
Uses of Comment in net.ssehub.easy.varModel.model.rewrite
Methods in net.ssehub.easy.varModel.model.rewrite with parameters of type CommentModifier and TypeMethodDescriptionvoidDeletedElementsCollector.visitComment(Comment comment) voidInitialStructureCollector.visitComment(Comment comment) voidProjectCopyVisitor.visitComment(Comment comment) voidProjectRewriteVisitor.visitComment(Comment comment) -
Uses of Comment in net.ssehub.easy.varModel.model.search
Methods in net.ssehub.easy.varModel.model.search with parameters of type Comment -
Uses of Comment in net.ssehub.easy.varModel.persistency
Fields in net.ssehub.easy.varModel.persistency with type parameters of type CommentMethods in net.ssehub.easy.varModel.persistency that return CommentModifier and TypeMethodDescriptionprivate CommentIVMLWriter.getLastComment()Returns the last comment from the internal comment stack.private CommentIVMLWriter.popLastComment()Removes the comment on top of the stack.Methods in net.ssehub.easy.varModel.persistency with parameters of type CommentModifier and TypeMethodDescriptionprivate voidIVMLWriter.setLastComment(Comment comment) Defines the next comment on top of the stack (combined pop/push).voidIVMLWriter.visitComment(Comment comment) voidVariableUsage.visitComment(Comment comment) -
Uses of Comment in net.ssehub.easy.varModel.validation
Methods in net.ssehub.easy.varModel.validation with parameters of type Comment