Uses of Interface
de.uni_hildesheim.sse.vil.templatelang.templateLang.SwitchPart
Packages that use SwitchPart
Package
Description
-
Uses of SwitchPart in de.uni_hildesheim.sse.vil.templatelang.serializer
Methods in de.uni_hildesheim.sse.vil.templatelang.serializer with parameters of type SwitchPartModifier and TypeMethodDescriptionprotected voidTemplateLangSemanticSequencer.sequence_SwitchPart(org.eclipse.xtext.serializer.ISerializationContext context, SwitchPart semanticObject) Contexts: SwitchPart returns SwitchPart Constraint: (left=Expression right=Expression) -
Uses of SwitchPart in de.uni_hildesheim.sse.vil.templatelang.templateLang
Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang that return SwitchPartModifier and TypeMethodDescriptionTemplateLangFactory.createSwitchPart()Returns a new object of class 'Switch Part'.Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang that return types with arguments of type SwitchPartModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<SwitchPart> Switch.getParts()Returns the value of the 'Parts' containment reference list. -
Uses of SwitchPart in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl
Classes in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl that implement SwitchPartModifier and TypeClassDescriptionclassAn implementation of the model object 'Switch Part'.Fields in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl with type parameters of type SwitchPartModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<SwitchPart> SwitchImpl.partsThe cached value of the 'Parts' containment reference list.Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl that return SwitchPartMethods in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl that return types with arguments of type SwitchPartModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<SwitchPart> SwitchImpl.getParts() -
Uses of SwitchPart in de.uni_hildesheim.sse.vil.templatelang.templateLang.util
Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang.util with parameters of type SwitchPartModifier and TypeMethodDescriptionTemplateLangSwitch.caseSwitchPart(SwitchPart object) Returns the result of interpreting the object as an instance of 'Switch Part'.