Uses of Interface
de.uni_hildesheim.sse.vil.templatelang.templateLang.Switch
Packages that use Switch
Package
Description
-
Uses of Switch in de.uni_hildesheim.sse.vil.templatelang.serializer
Methods in de.uni_hildesheim.sse.vil.templatelang.serializer with parameters of type SwitchModifier and TypeMethodDescriptionprotected voidTemplateLangSemanticSequencer.sequence_Switch(org.eclipse.xtext.serializer.ISerializationContext context, Switch semanticObject) Contexts: Switch returns Switch Constraint: (expr=Expression parts+=SwitchPart parts+=SwitchPart* dflt=Expression?) -
Uses of Switch in de.uni_hildesheim.sse.vil.templatelang.templateLang
Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang that return SwitchModifier and TypeMethodDescriptionTemplateLangFactory.createSwitch()Returns a new object of class 'Switch'.Stmt.getSwitch()Returns the value of the 'Switch' containment reference.Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang with parameters of type Switch -
Uses of Switch in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl
Classes in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl that implement SwitchModifier and TypeClassDescriptionclassAn implementation of the model object 'Switch'.Fields in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl declared as SwitchModifier and TypeFieldDescriptionprotected SwitchStmtImpl.switch_The cached value of the 'Switch' containment reference.Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl that return SwitchMethods in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl with parameters of type SwitchModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainStmtImpl.basicSetSwitch(Switch newSwitch, org.eclipse.emf.common.notify.NotificationChain msgs) void -
Uses of Switch in de.uni_hildesheim.sse.vil.templatelang.templateLang.util
Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang.util with parameters of type SwitchModifier and TypeMethodDescriptionTemplateLangSwitch.caseSwitch(Switch object) Returns the result of interpreting the object as an instance of 'Switch'. -
Uses of Switch in de.uni_hildesheim.sse.vil.templatelang.templateLanguageTranslation
Methods in de.uni_hildesheim.sse.vil.templatelang.templateLanguageTranslation with parameters of type SwitchModifier and TypeMethodDescriptionprivate net.ssehub.easy.instantiation.core.model.templateModel.SwitchStatementModelTranslator.processSwitch(Switch swtch) Processes a switch statement.