Uses of Interface
de.uni_hildesheim.sse.vil.templatelang.templateLang.Loop
Packages that use Loop
Package
Description
-
Uses of Loop in de.uni_hildesheim.sse.vil.templatelang.serializer
Methods in de.uni_hildesheim.sse.vil.templatelang.serializer with parameters of type LoopModifier and TypeMethodDescriptionprotected voidTemplateLangSemanticSequencer.sequence_Loop(org.eclipse.xtext.serializer.ISerializationContext context, Loop semanticObject) Contexts: Loop returns Loop Constraint: (type=Type id=Identifier expr=Expression (separator=PrimaryExpression finalSeparator=PrimaryExpression?)? (stmt=Stmt | block=StmtBlock)) -
Uses of Loop in de.uni_hildesheim.sse.vil.templatelang.templateLang
Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang that return LoopModifier and TypeMethodDescriptionTemplateLangFactory.createLoop()Returns a new object of class 'Loop'.Stmt.getLoop()Returns the value of the 'Loop' containment reference.Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang with parameters of type Loop -
Uses of Loop in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl
Classes in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl that implement LoopFields in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl declared as LoopModifier and TypeFieldDescriptionprotected LoopStmtImpl.loopThe cached value of the 'Loop' containment reference.Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl that return LoopMethods in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl with parameters of type LoopModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainStmtImpl.basicSetLoop(Loop newLoop, org.eclipse.emf.common.notify.NotificationChain msgs) void -
Uses of Loop in de.uni_hildesheim.sse.vil.templatelang.templateLang.util
Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang.util with parameters of type Loop -
Uses of Loop in de.uni_hildesheim.sse.vil.templatelang.templateLanguageTranslation
Methods in de.uni_hildesheim.sse.vil.templatelang.templateLanguageTranslation with parameters of type LoopModifier and TypeMethodDescriptionprivate net.ssehub.easy.instantiation.core.model.templateModel.LoopStatementModelTranslator.processLoop(Loop loop) Processes a loop expression.