Uses of Interface
net.ssehub.easy.instantiation.core.model.buildlangModel.ruleMatch.IMatchVisitor
-
Packages that use IMatchVisitor Package Description net.ssehub.easy.instantiation.core.model.buildlangModel Implements the abstract representation of the build language (parsed, analyzed and already linked, i.e.net.ssehub.easy.instantiation.core.model.buildlangModel.ruleMatch Rule match expressions.net.ssehub.easy.producer.ui.productline_editor.instantiator This package holds classes for the instantiator editor. -
-
Uses of IMatchVisitor in net.ssehub.easy.instantiation.core.model.buildlangModel
Subinterfaces of IMatchVisitor in net.ssehub.easy.instantiation.core.model.buildlangModel Modifier and Type Interface Description interfaceIBuildlangVisitorDefines the type for the entire buildlang visitor.interfaceIVisitorA visitor interface for the build language elements.Classes in net.ssehub.easy.instantiation.core.model.buildlangModel that implement IMatchVisitor Modifier and Type Class Description classBuildlangExecutionExecutes a build language project.classBuildlangWriterFor writing a buildlanguage model to a print stream.classExpressionCopyVisitorThe copy visitor for VIL expressions.classExpressionVersionRestrictionValidatorImplements a VIL expression version restriction validator.(package private) classVariableFinderSearches whether given variables are used. -
Uses of IMatchVisitor in net.ssehub.easy.instantiation.core.model.buildlangModel.ruleMatch
Classes in net.ssehub.easy.instantiation.core.model.buildlangModel.ruleMatch that implement IMatchVisitor Modifier and Type Class Description classMatchResolverThis class resolves match expressions if necessary.Methods in net.ssehub.easy.instantiation.core.model.buildlangModel.ruleMatch with parameters of type IMatchVisitor Modifier and Type Method Description protected abstract java.lang.ObjectAbstractRuleMatchExpression. accept(IMatchVisitor visitor)Accepts the given visitor for visiting.protected java.lang.ObjectArtifactMatchExpression. accept(IMatchVisitor visitor)protected java.lang.ObjectBooleanMatchExpression. accept(IMatchVisitor visitor)protected java.lang.ObjectCollectionMatchExpression. accept(IMatchVisitor visitor)protected java.lang.ObjectCompoundMatchExpression. accept(IMatchVisitor visitor)protected java.lang.ObjectPathMatchExpression. accept(IMatchVisitor visitor)protected java.lang.ObjectStringMatchExpression. accept(IMatchVisitor visitor) -
Uses of IMatchVisitor in net.ssehub.easy.producer.ui.productline_editor.instantiator
Classes in net.ssehub.easy.producer.ui.productline_editor.instantiator that implement IMatchVisitor Modifier and Type Class Description (package private) classBuildResolverVisitorImplements a visitor which builds a resolver for modifying a VIL model.classRuleTreeVilVisitorA visitor turning a VIL script into a tree suitable for SWT display.
-