Uses of Class
net.ssehub.easy.instantiation.core.model.buildlangModel.JoinExpression
-
Packages that use JoinExpression Package Description de.uni_hildesheim.sse.buildLanguageTranslation 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.producer.ui.productline_editor.instantiator This package holds classes for the instantiator editor. -
-
Uses of JoinExpression in de.uni_hildesheim.sse.buildLanguageTranslation
Methods in de.uni_hildesheim.sse.buildLanguageTranslation that return JoinExpression Modifier and Type Method Description protected JoinExpressionExpressionTranslator. processJoin(de.uni_hildesheim.sse.vilBuildLanguage.Join join, Resolver resolver)Processes a join. -
Uses of JoinExpression in net.ssehub.easy.instantiation.core.model.buildlangModel
Methods in net.ssehub.easy.instantiation.core.model.buildlangModel with parameters of type JoinExpression Modifier and Type Method Description private voidBuildlangExecution. evaluateJoinCombination(JoinExpression join, java.util.List<IVilType> simpleResult, java.util.List<IVilType[]> complexResult)Evaluates a join combination.private java.lang.ObjectBuildlangExecution. join(JoinExpression join)Performs the join operation.private voidBuildlangExecution. setJoinVariableValue(JoinExpression join, int index, java.lang.Object value)Sets the specified join variable.private static java.lang.Class<?>[]BuildlangExecution. types(JoinExpression join)Returns the types to be used to parameterize the return type.java.lang.ObjectBuildlangExecution. visitJoinExpression(JoinExpression ex)java.lang.ObjectBuildlangWriter. visitJoinExpression(JoinExpression ex)java.lang.ObjectExpressionCopyVisitor. visitJoinExpression(JoinExpression ex)java.lang.ObjectExpressionVersionRestrictionValidator. visitJoinExpression(JoinExpression ex)java.lang.ObjectIVisitor. visitJoinExpression(JoinExpression ex)Visits a join expression.java.lang.ObjectVariableFinder. visitJoinExpression(JoinExpression ex) -
Uses of JoinExpression in net.ssehub.easy.producer.ui.productline_editor.instantiator
Methods in net.ssehub.easy.producer.ui.productline_editor.instantiator with parameters of type JoinExpression Modifier and Type Method Description java.lang.ObjectBuildResolverVisitor. visitJoinExpression(JoinExpression ex)java.lang.ObjectRuleTreeVilVisitor. visitJoinExpression(JoinExpression ex)Constructors in net.ssehub.easy.producer.ui.productline_editor.instantiator with parameters of type JoinExpression Constructor Description JoinExpressionTreeNode(TreeNode parent, JoinExpression elt)Implements an element tree node.
-