Uses of Class
net.ssehub.easy.varModel.model.CompoundAccessStatement
Packages that use CompoundAccessStatement
Package
Description
This package represents a specific variability model configuration.
Base package for the variability model.
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 CompoundAccessStatement in net.ssehub.easy.varModel.confModel
Methods in net.ssehub.easy.varModel.confModel with parameters of type CompoundAccessStatementModifier and TypeMethodDescriptionvoidAssignmentResolver.AssignBlockVisitor.visitCompoundAccessStatement(CompoundAccessStatement access) -
Uses of CompoundAccessStatement in net.ssehub.easy.varModel.model
Methods in net.ssehub.easy.varModel.model with parameters of type CompoundAccessStatementModifier and TypeMethodDescriptionvoidIModelVisitor.visitCompoundAccessStatement(CompoundAccessStatement access) Visits a compound access statement (may occur in freeze blocks.voidModelStatistics.StatisticsVisitor.visitCompoundAccessStatement(CompoundAccessStatement access) voidModelVisitorAdapter.visitCompoundAccessStatement(CompoundAccessStatement access) -
Uses of CompoundAccessStatement in net.ssehub.easy.varModel.model.filter
Methods in net.ssehub.easy.varModel.model.filter with parameters of type CompoundAccessStatementModifier and TypeMethodDescriptionvoidAnnotationAssignmentFinder.visitCompoundAccessStatement(CompoundAccessStatement access) voidConstraintFinder.visitCompoundAccessStatement(CompoundAccessStatement access) voidDatatypeFinder.visitCompoundAccessStatement(CompoundAccessStatement access) voidDeclarationFinder.visitCompoundAccessStatement(CompoundAccessStatement access) voidDeclarationInContainerFinder.visitCompoundAccessStatement(CompoundAccessStatement access) voidDeclarationMapper.visitCompoundAccessStatement(CompoundAccessStatement access) voidEvalBlockFinder.visitCompoundAccessStatement(CompoundAccessStatement access) voidFreezeBlockFinder.visitCompoundAccessStatement(CompoundAccessStatement access) voidFrozenElementsFinder.visitCompoundAccessStatement(CompoundAccessStatement access) voidModelElementTypeFinder.visitCompoundAccessStatement(CompoundAccessStatement access) voidNamespaceFinder.visitCompoundAccessStatement(CompoundAccessStatement access) voidProjectInterfaceFinder.visitCompoundAccessStatement(CompoundAccessStatement access) -
Uses of CompoundAccessStatement in net.ssehub.easy.varModel.model.filter.mandatoryVars
Methods in net.ssehub.easy.varModel.model.filter.mandatoryVars with parameters of type CompoundAccessStatementModifier and TypeMethodDescriptionvoidMandatoryDeclarationClassifier.visitCompoundAccessStatement(CompoundAccessStatement access) -
Uses of CompoundAccessStatement in net.ssehub.easy.varModel.model.rewrite
Fields in net.ssehub.easy.varModel.model.rewrite with type parameters of type CompoundAccessStatementModifier and TypeFieldDescriptionprivate Set<CompoundAccessStatement> UncopiedElementsContainer.uncopiedCompoundAccessesSet ofCompoundAccessStatements which could not be translated because the compound variable was not copied so far.Methods in net.ssehub.easy.varModel.model.rewrite that return types with arguments of type CompoundAccessStatementModifier and TypeMethodDescription(package private) Set<CompoundAccessStatement> UncopiedElementsContainer.getUncopiedCompoundAccesses()Returns the set ofCompoundAccessStatements, which could not be copied.Methods in net.ssehub.easy.varModel.model.rewrite with parameters of type CompoundAccessStatementModifier and TypeMethodDescription(package private) voidUncopiedElementsContainer.addCompoundAccess(CompoundAccessStatement notCopiedCompoundAccess) Adds an originalCompoundAccessStatement, which could not be copied at all.voidDeletedElementsCollector.visitCompoundAccessStatement(CompoundAccessStatement access) voidInitialStructureCollector.visitCompoundAccessStatement(CompoundAccessStatement access) voidProjectCopyVisitor.visitCompoundAccessStatement(CompoundAccessStatement access) voidProjectRewriteVisitor.visitCompoundAccessStatement(CompoundAccessStatement access) -
Uses of CompoundAccessStatement in net.ssehub.easy.varModel.model.search
Methods in net.ssehub.easy.varModel.model.search with parameters of type CompoundAccessStatementModifier and TypeMethodDescriptionvoidPrefixSearchVisitor.visitCompoundAccessStatement(CompoundAccessStatement access) -
Uses of CompoundAccessStatement in net.ssehub.easy.varModel.persistency
Methods in net.ssehub.easy.varModel.persistency with parameters of type CompoundAccessStatementModifier and TypeMethodDescriptionvoidIVMLWriter.visitCompoundAccessStatement(CompoundAccessStatement access) voidVariableUsage.visitCompoundAccessStatement(CompoundAccessStatement access) -
Uses of CompoundAccessStatement in net.ssehub.easy.varModel.validation
Methods in net.ssehub.easy.varModel.validation with parameters of type CompoundAccessStatementModifier and TypeMethodDescriptionvoidIvmlValidationVisitor.visitCompoundAccessStatement(CompoundAccessStatement access)