Uses of Interface
de.uni_hildesheim.sse.vil.templatelang.templateLang.StmtBlock
Packages that use StmtBlock
Package
Description
-
Uses of StmtBlock in de.uni_hildesheim.sse.vil.templatelang.serializer
Methods in de.uni_hildesheim.sse.vil.templatelang.serializer with parameters of type StmtBlockModifier and TypeMethodDescriptionprotected voidTemplateLangSemanticSequencer.sequence_StmtBlock(org.eclipse.xtext.serializer.ISerializationContext context, StmtBlock semanticObject) Contexts: StmtBlock returns StmtBlock Constraint: stmts+=Stmt* -
Uses of StmtBlock in de.uni_hildesheim.sse.vil.templatelang.templateLang
Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang that return StmtBlockModifier and TypeMethodDescriptionTemplateLangFactory.createStmtBlock()Returns a new object of class 'Stmt Block'.Loop.getBlock()Returns the value of the 'Block' containment reference.While.getBlock()Returns the value of the 'Block' containment reference.multiSelectPart.getCode()Returns the value of the 'Code' containment reference.Alternative.getElseBlock()Returns the value of the 'Else Block' containment reference.Alternative.getIfBlock()Returns the value of the 'If Block' containment reference.genericMultiselect.getPreamble()Returns the value of the 'Preamble' containment reference.genericMultiselect.getSelector()Returns the value of the 'Selector' containment reference.multiSelectPart.getSelector()Returns the value of the 'Selector' containment reference.userMultiselect.getStmt()Returns the value of the 'Stmt' containment reference.VilDef.getStmts()Returns the value of the 'Stmts' containment reference.genericMultiselect.getTrailer()Returns the value of the 'Trailer' containment reference.Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang with parameters of type StmtBlockModifier and TypeMethodDescriptionvoidSets the value of the 'Block' containment reference.voidSets the value of the 'Block' containment reference.voidSets the value of the 'Code' containment reference.voidAlternative.setElseBlock(StmtBlock value) Sets the value of the 'Else Block' containment reference.voidAlternative.setIfBlock(StmtBlock value) Sets the value of the 'If Block' containment reference.voidgenericMultiselect.setPreamble(StmtBlock value) Sets the value of the 'Preamble' containment reference.voidgenericMultiselect.setSelector(StmtBlock value) Sets the value of the 'Selector' containment reference.voidmultiSelectPart.setSelector(StmtBlock value) Sets the value of the 'Selector' containment reference.voidSets the value of the 'Stmt' containment reference.voidSets the value of the 'Stmts' containment reference.voidgenericMultiselect.setTrailer(StmtBlock value) Sets the value of the 'Trailer' containment reference. -
Uses of StmtBlock in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl
Classes in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl that implement StmtBlockModifier and TypeClassDescriptionclassAn implementation of the model object 'Stmt Block'.Fields in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl declared as StmtBlockModifier and TypeFieldDescriptionprotected StmtBlockLoopImpl.blockThe cached value of the 'Block' containment reference.protected StmtBlockWhileImpl.blockThe cached value of the 'Block' containment reference.protected StmtBlockmultiSelectPartImpl.codeThe cached value of the 'Code' containment reference.protected StmtBlockAlternativeImpl.elseBlockThe cached value of the 'Else Block' containment reference.protected StmtBlockAlternativeImpl.ifBlockThe cached value of the 'If Block' containment reference.protected StmtBlockgenericMultiselectImpl.preambleThe cached value of the 'Preamble' containment reference.protected StmtBlockgenericMultiselectImpl.selectorThe cached value of the 'Selector' containment reference.protected StmtBlockmultiSelectPartImpl.selectorThe cached value of the 'Selector' containment reference.protected StmtBlockuserMultiselectImpl.stmtThe cached value of the 'Stmt' containment reference.protected StmtBlockVilDefImpl.stmtsThe cached value of the 'Stmts' containment reference.protected StmtBlockgenericMultiselectImpl.trailerThe cached value of the 'Trailer' containment reference.Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl that return StmtBlockModifier and TypeMethodDescriptionTemplateLangFactoryImpl.createStmtBlock()LoopImpl.getBlock()WhileImpl.getBlock()multiSelectPartImpl.getCode()AlternativeImpl.getElseBlock()AlternativeImpl.getIfBlock()genericMultiselectImpl.getPreamble()genericMultiselectImpl.getSelector()multiSelectPartImpl.getSelector()userMultiselectImpl.getStmt()VilDefImpl.getStmts()genericMultiselectImpl.getTrailer()Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl with parameters of type StmtBlockModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainLoopImpl.basicSetBlock(StmtBlock newBlock, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChainWhileImpl.basicSetBlock(StmtBlock newBlock, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChainmultiSelectPartImpl.basicSetCode(StmtBlock newCode, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChainAlternativeImpl.basicSetElseBlock(StmtBlock newElseBlock, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChainAlternativeImpl.basicSetIfBlock(StmtBlock newIfBlock, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChaingenericMultiselectImpl.basicSetPreamble(StmtBlock newPreamble, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChaingenericMultiselectImpl.basicSetSelector(StmtBlock newSelector, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChainmultiSelectPartImpl.basicSetSelector(StmtBlock newSelector, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChainuserMultiselectImpl.basicSetStmt(StmtBlock newStmt, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChainVilDefImpl.basicSetStmts(StmtBlock newStmts, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChaingenericMultiselectImpl.basicSetTrailer(StmtBlock newTrailer, org.eclipse.emf.common.notify.NotificationChain msgs) voidvoidvoidvoidAlternativeImpl.setElseBlock(StmtBlock newElseBlock) voidAlternativeImpl.setIfBlock(StmtBlock newIfBlock) voidgenericMultiselectImpl.setPreamble(StmtBlock newPreamble) voidgenericMultiselectImpl.setSelector(StmtBlock newSelector) voidmultiSelectPartImpl.setSelector(StmtBlock newSelector) voidvoidvoidgenericMultiselectImpl.setTrailer(StmtBlock newTrailer) -
Uses of StmtBlock in de.uni_hildesheim.sse.vil.templatelang.templateLang.util
Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang.util with parameters of type StmtBlockModifier and TypeMethodDescriptionTemplateLangSwitch.caseStmtBlock(StmtBlock object) Returns the result of interpreting the object as an instance of 'Stmt Block'. -
Uses of StmtBlock in de.uni_hildesheim.sse.vil.templatelang.templateLanguageTranslation
Methods in de.uni_hildesheim.sse.vil.templatelang.templateLanguageTranslation with parameters of type StmtBlockModifier and TypeMethodDescriptionprivate net.ssehub.easy.instantiation.core.model.templateModel.ITemplateElement[]ModelTranslator.processBlock(StmtBlock block) Processes a block of rule elements.private net.ssehub.easy.instantiation.core.model.templateModel.ITemplateElementModelTranslator.processStatementOrStmtBlock(Stmt stmt, StmtBlock block) Processes an alternative statement or statement block.