Uses of Class
net.ssehub.easy.varModel.cst.UnresolvedExpression
Packages that use UnresolvedExpression
Package
Description
This package represents a specific variability model configuration.
Package for elements of the constraint syntax tree.
Implements the evaluation of constraint syntax trees.
Base package for the variability model.
This package contains utility classes for filtering the model for specific model elements.
Filter for finding mandatory declarations.
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 UnresolvedExpression in net.ssehub.easy.varModel.confModel
Methods in net.ssehub.easy.varModel.confModel with parameters of type UnresolvedExpressionModifier and TypeMethodDescriptionvoidCompoundValueSetter.visitUnresolvedExpression(UnresolvedExpression expression) -
Uses of UnresolvedExpression in net.ssehub.easy.varModel.cst
Methods in net.ssehub.easy.varModel.cst with parameters of type UnresolvedExpressionModifier and TypeMethodDescriptionvoidAbstractConstraintTreeVisitor.visitUnresolvedExpression(UnresolvedExpression expression) voidBasicCopyVisitor.visitUnresolvedExpression(UnresolvedExpression expression) voidConstraintReplacer.visitUnresolvedExpression(UnresolvedExpression expression) voidDebugConstraintTreeVisitor.visitUnresolvedExpression(UnresolvedExpression expression) voidIConstraintTreeVisitor.visitUnresolvedExpression(UnresolvedExpression expression) Visits an unresolved expression.voidValidationVisitor.visitUnresolvedExpression(UnresolvedExpression expression) -
Uses of UnresolvedExpression in net.ssehub.easy.varModel.cstEvaluation
Methods in net.ssehub.easy.varModel.cstEvaluation with parameters of type UnresolvedExpressionModifier and TypeMethodDescriptionvoidEvaluationVisitor.visitUnresolvedExpression(UnresolvedExpression expression) voidStaticAccessFinder.visitUnresolvedExpression(UnresolvedExpression expression) -
Uses of UnresolvedExpression in net.ssehub.easy.varModel.model
Methods in net.ssehub.easy.varModel.model with parameters of type UnresolvedExpressionModifier and TypeMethodDescriptionvoidExpressionVersionRestrictionValidator.visitUnresolvedExpression(UnresolvedExpression expression) -
Uses of UnresolvedExpression in net.ssehub.easy.varModel.model.filter
Methods in net.ssehub.easy.varModel.model.filter with parameters of type UnresolvedExpressionModifier and TypeMethodDescriptionvoidAbstractVariableInConstraintFinder.visitUnresolvedExpression(UnresolvedExpression expression) voidConstraintClassifier.visitUnresolvedExpression(UnresolvedExpression expression) -
Uses of UnresolvedExpression in net.ssehub.easy.varModel.model.filter.mandatoryVars
Methods in net.ssehub.easy.varModel.model.filter.mandatoryVars with parameters of type UnresolvedExpressionModifier and TypeMethodDescriptionvoidMandatoryDeclarationClassifier.visitUnresolvedExpression(UnresolvedExpression expression) -
Uses of UnresolvedExpression in net.ssehub.easy.varModel.model.search
Methods in net.ssehub.easy.varModel.model.search with parameters of type UnresolvedExpressionModifier and TypeMethodDescriptionvoidPrefixSearchVisitor.visitUnresolvedExpression(UnresolvedExpression expression) -
Uses of UnresolvedExpression in net.ssehub.easy.varModel.persistency
Methods in net.ssehub.easy.varModel.persistency with parameters of type UnresolvedExpressionModifier and TypeMethodDescriptionvoidAbstractVarModelWriter.visitUnresolvedExpression(UnresolvedExpression expression) voidVariableUsage.visitUnresolvedExpression(UnresolvedExpression expression) -
Uses of UnresolvedExpression in net.ssehub.easy.varModel.validation
Methods in net.ssehub.easy.varModel.validation with parameters of type UnresolvedExpressionModifier and TypeMethodDescriptionvoidIvmlValidationVisitor.visitUnresolvedExpression(UnresolvedExpression expression)