Uses of Class
net.ssehub.easy.instantiation.core.model.buildlangModel.WhileStatement
-
Packages that use WhileStatement 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 WhileStatement in de.uni_hildesheim.sse.buildLanguageTranslation
Methods in de.uni_hildesheim.sse.buildLanguageTranslation that return WhileStatement Modifier and Type Method Description private WhileStatementExpressionTranslator. processWhileStatement(de.uni_hildesheim.sse.vilBuildLanguage.While stmt, Resolver resolver)Processes a "while" statement. -
Uses of WhileStatement in net.ssehub.easy.instantiation.core.model.buildlangModel
Methods in net.ssehub.easy.instantiation.core.model.buildlangModel with parameters of type WhileStatement Modifier and Type Method Description java.lang.ObjectBuildlangExecution. visitWhileStatement(WhileStatement stmt)java.lang.ObjectBuildlangWriter. visitWhileStatement(WhileStatement stmt)java.lang.ObjectExpressionCopyVisitor. visitWhileStatement(WhileStatement stmt)java.lang.ObjectExpressionVersionRestrictionValidator. visitWhileStatement(WhileStatement stmt)java.lang.ObjectIVisitor. visitWhileStatement(WhileStatement stmt)Visits a while statement.java.lang.ObjectVariableFinder. visitWhileStatement(WhileStatement stmt) -
Uses of WhileStatement in net.ssehub.easy.producer.ui.productline_editor.instantiator
Methods in net.ssehub.easy.producer.ui.productline_editor.instantiator with parameters of type WhileStatement Modifier and Type Method Description java.lang.ObjectBuildResolverVisitor. visitWhileStatement(WhileStatement stmt)java.lang.ObjectRuleTreeVilVisitor. visitWhileStatement(WhileStatement stmt)Constructors in net.ssehub.easy.producer.ui.productline_editor.instantiator with parameters of type WhileStatement Constructor Description WhileTreeNode(TreeNode parent, WhileStatement elt)Implements an element tree node.
-