Uses of Class
net.ssehub.easy.instantiation.core.model.expressions.VariableExpression
-
Packages that use VariableExpression 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.instantiation.core.model.expressions Implements the common expression tree for the VIL languages.net.ssehub.easy.producer.ui.productline_editor.instantiator This package holds classes for the instantiator editor. -
-
Uses of VariableExpression in net.ssehub.easy.instantiation.core.model.buildlangModel
Methods in net.ssehub.easy.instantiation.core.model.buildlangModel with parameters of type VariableExpression Modifier and Type Method Description java.lang.ObjectVariableFinder. visitVariableExpression(VariableExpression cst) -
Uses of VariableExpression in net.ssehub.easy.instantiation.core.model.buildlangModel.ruleMatch
Methods in net.ssehub.easy.instantiation.core.model.buildlangModel.ruleMatch with parameters of type VariableExpression Modifier and Type Method Description java.lang.ObjectMatchResolver. visitVariableExpression(VariableExpression cst) -
Uses of VariableExpression in net.ssehub.easy.instantiation.core.model.expressions
Subclasses of VariableExpression in net.ssehub.easy.instantiation.core.model.expressions Modifier and Type Class Description classVariableExAn expression denoting that a variable is used.Methods in net.ssehub.easy.instantiation.core.model.expressions with parameters of type VariableExpression Modifier and Type Method Description java.lang.ObjectCopyVisitor. visitVariableExpression(VariableExpression cst)java.lang.ObjectEvaluationVisitor. visitVariableExpression(VariableExpression cst)java.lang.ObjectExpressionVersionRestrictionValidator. visitVariableExpression(VariableExpression cst)java.lang.ObjectExpressionWriter. visitVariableExpression(VariableExpression cst)java.lang.ObjectIExpressionVisitor. visitVariableExpression(VariableExpression cst)Visits a constant node. -
Uses of VariableExpression in net.ssehub.easy.producer.ui.productline_editor.instantiator
Methods in net.ssehub.easy.producer.ui.productline_editor.instantiator with parameters of type VariableExpression Modifier and Type Method Description java.lang.ObjectBuildResolverVisitor. visitVariableExpression(VariableExpression cst)java.lang.ObjectRuleTreeVilVisitor. visitVariableExpression(VariableExpression cst)
-