Uses of Class
net.ssehub.easy.instantiation.core.model.templateModel.WhileStatement
-
Packages that use WhileStatement Package Description de.uni_hildesheim.sse.vil.templatelang.templateLanguageTranslation net.ssehub.easy.instantiation.core.model.templateModel The template language model. -
-
Uses of WhileStatement in de.uni_hildesheim.sse.vil.templatelang.templateLanguageTranslation
Methods in de.uni_hildesheim.sse.vil.templatelang.templateLanguageTranslation that return WhileStatement Modifier and Type Method Description private WhileStatementModelTranslator. processWhile(de.uni_hildesheim.sse.vil.templatelang.templateLang.While loop)Processes a while statement. -
Uses of WhileStatement in net.ssehub.easy.instantiation.core.model.templateModel
Methods in net.ssehub.easy.instantiation.core.model.templateModel with parameters of type WhileStatement Modifier and Type Method Description java.lang.ObjectExpressionCopyVisitor. visitWhile(WhileStatement stmt)java.lang.ObjectExpressionVersionRestrictionValidator. visitWhile(WhileStatement stmt)java.lang.ObjectIVisitor. visitWhile(WhileStatement stmt)Visits a while statement.java.lang.ObjectTemplateLangExecution. visitWhile(WhileStatement stmt)java.lang.ObjectTemplateLangWriter. visitWhile(WhileStatement stmt)
-