Uses of Interface
de.uni_hildesheim.sse.vil.templatelang.templateLang.Stmt
Packages that use Stmt
Package
Description
-
Uses of Stmt in de.uni_hildesheim.sse.vil.templatelang.serializer
Methods in de.uni_hildesheim.sse.vil.templatelang.serializer with parameters of type StmtModifier and TypeMethodDescriptionprotected voidTemplateLangSemanticSequencer.sequence_Stmt(org.eclipse.xtext.serializer.ISerializationContext context, Stmt semanticObject) Contexts: Stmt returns Stmt Constraint: ( var=VariableDeclaration | alt=Alternative | switch=Switch | multi=multiselect | loop=Loop | while=While | exprStmt=ExpressionStatement | ctn=Content | flush=Flush ) -
Uses of Stmt in de.uni_hildesheim.sse.vil.templatelang.templateLang
Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang that return StmtModifier and TypeMethodDescriptionTemplateLangFactory.createStmt()Returns a new object of class 'Stmt'.Alternative.getElse()Returns the value of the 'Else' containment reference.Alternative.getIf()Returns the value of the 'If' containment reference.Loop.getStmt()Returns the value of the 'Stmt' containment reference.While.getStmt()Returns the value of the 'Stmt' containment reference.Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang that return types with arguments of type StmtModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Stmt> SubCall.getNested()Returns the value of the 'Nested' containment reference list.org.eclipse.emf.common.util.EList<Stmt> StmtBlock.getStmts()Returns the value of the 'Stmts' containment reference list.Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang with parameters of type Stmt -
Uses of Stmt in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl
Classes in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl that implement StmtFields in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl declared as StmtModifier and TypeFieldDescriptionprotected StmtAlternativeImpl.else_The cached value of the 'Else' containment reference.protected StmtAlternativeImpl.if_The cached value of the 'If' containment reference.protected StmtLoopImpl.stmtThe cached value of the 'Stmt' containment reference.protected StmtWhileImpl.stmtThe cached value of the 'Stmt' containment reference.Fields in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl with type parameters of type StmtModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<Stmt> SubCallImpl.nestedThe cached value of the 'Nested' containment reference list.protected org.eclipse.emf.common.util.EList<Stmt> StmtBlockImpl.stmtsThe cached value of the 'Stmts' containment reference list.Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl that return StmtModifier and TypeMethodDescriptionTemplateLangFactoryImpl.createStmt()AlternativeImpl.getElse()AlternativeImpl.getIf()LoopImpl.getStmt()WhileImpl.getStmt()Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl that return types with arguments of type StmtModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Stmt> SubCallImpl.getNested()org.eclipse.emf.common.util.EList<Stmt> StmtBlockImpl.getStmts()Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl with parameters of type StmtModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainAlternativeImpl.basicSetElse(Stmt newElse, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChainAlternativeImpl.basicSetIf(Stmt newIf, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChainLoopImpl.basicSetStmt(Stmt newStmt, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChainWhileImpl.basicSetStmt(Stmt newStmt, org.eclipse.emf.common.notify.NotificationChain msgs) voidvoidvoidvoid -
Uses of Stmt in de.uni_hildesheim.sse.vil.templatelang.templateLang.util
Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang.util with parameters of type Stmt -
Uses of Stmt in de.uni_hildesheim.sse.vil.templatelang.templateLanguageTranslation
Methods in de.uni_hildesheim.sse.vil.templatelang.templateLanguageTranslation with parameters of type StmtModifier and TypeMethodDescriptionnet.ssehub.easy.instantiation.core.model.templateModel.ITemplateElementExpressionTranslator.IStatementTranslator.processStatement(Stmt stmt) Processes a statement.net.ssehub.easy.instantiation.core.model.templateModel.ITemplateElementModelTranslator.processStatement(Stmt stmt) private net.ssehub.easy.instantiation.core.model.templateModel.ITemplateElementModelTranslator.processStatementOrStmtBlock(Stmt stmt, StmtBlock block) Processes an alternative statement or statement block.