Uses of Class
net.ssehub.easy.instantiation.core.model.templateModel.SwitchStatement
-
Packages that use SwitchStatement Package Description de.uni_hildesheim.sse.vil.templatelang.templateLanguageTranslation net.ssehub.easy.instantiation.core.model.templateModel The template language model. -
-
Uses of SwitchStatement in de.uni_hildesheim.sse.vil.templatelang.templateLanguageTranslation
Methods in de.uni_hildesheim.sse.vil.templatelang.templateLanguageTranslation that return SwitchStatement Modifier and Type Method Description private SwitchStatementModelTranslator. processSwitch(de.uni_hildesheim.sse.vil.templatelang.templateLang.Switch swtch)Processes a switch statement. -
Uses of SwitchStatement in net.ssehub.easy.instantiation.core.model.templateModel
Methods in net.ssehub.easy.instantiation.core.model.templateModel with parameters of type SwitchStatement Modifier and Type Method Description java.lang.ObjectExpressionCopyVisitor. visitSwitch(SwitchStatement swtch)java.lang.ObjectExpressionVersionRestrictionValidator. visitSwitch(SwitchStatement swtch)java.lang.ObjectIVisitor. visitSwitch(SwitchStatement swtch)Visits a switch statement.java.lang.ObjectTemplateLangExecution. visitSwitch(SwitchStatement swtch)java.lang.ObjectTemplateLangWriter. visitSwitch(SwitchStatement swtch)
-