Uses of Interface
de.uni_hildesheim.sse.vil.templatelang.templateLang.While
Packages that use While
Package
Description
-
Uses of While in de.uni_hildesheim.sse.vil.templatelang.serializer
Methods in de.uni_hildesheim.sse.vil.templatelang.serializer with parameters of type WhileModifier and TypeMethodDescriptionprotected voidTemplateLangSemanticSequencer.sequence_While(org.eclipse.xtext.serializer.ISerializationContext context, While semanticObject) Contexts: While returns While Constraint: (expr=Expression (stmt=Stmt | block=StmtBlock)) -
Uses of While in de.uni_hildesheim.sse.vil.templatelang.templateLang
Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang that return WhileModifier and TypeMethodDescriptionTemplateLangFactory.createWhile()Returns a new object of class 'While'.Stmt.getWhile()Returns the value of the 'While' containment reference.Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang with parameters of type While -
Uses of While in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl
Classes in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl that implement WhileFields in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl declared as WhileModifier and TypeFieldDescriptionprotected WhileStmtImpl.while_The cached value of the 'While' containment reference.Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl that return WhileMethods in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl with parameters of type WhileModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainStmtImpl.basicSetWhile(While newWhile, org.eclipse.emf.common.notify.NotificationChain msgs) void -
Uses of While in de.uni_hildesheim.sse.vil.templatelang.templateLang.util
Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang.util with parameters of type While -
Uses of While in de.uni_hildesheim.sse.vil.templatelang.templateLanguageTranslation
Methods in de.uni_hildesheim.sse.vil.templatelang.templateLanguageTranslation with parameters of type WhileModifier and TypeMethodDescriptionprivate net.ssehub.easy.instantiation.core.model.templateModel.WhileStatementModelTranslator.processWhile(While loop) Processes a while statement.