Uses of Interface
de.uni_hildesheim.sse.vil.templatelang.templateLang.Alternative
Packages that use Alternative
Package
Description
-
Uses of Alternative in de.uni_hildesheim.sse.vil.templatelang.serializer
Methods in de.uni_hildesheim.sse.vil.templatelang.serializer with parameters of type AlternativeModifier and TypeMethodDescriptionprotected voidTemplateLangSemanticSequencer.sequence_Alternative(org.eclipse.xtext.serializer.ISerializationContext context, Alternative semanticObject) Contexts: Alternative returns Alternative Constraint: (expr=Expression (if=Stmt | ifBlock=StmtBlock) (else=Stmt | elseBlock=StmtBlock)?) -
Uses of Alternative in de.uni_hildesheim.sse.vil.templatelang.templateLang
Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang that return AlternativeModifier and TypeMethodDescriptionTemplateLangFactory.createAlternative()Returns a new object of class 'Alternative'.Stmt.getAlt()Returns the value of the 'Alt' containment reference.Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang with parameters of type AlternativeModifier and TypeMethodDescriptionvoidStmt.setAlt(Alternative value) Sets the value of the 'Alt' containment reference. -
Uses of Alternative in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl
Classes in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl that implement AlternativeModifier and TypeClassDescriptionclassAn implementation of the model object 'Alternative'.Fields in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl declared as AlternativeModifier and TypeFieldDescriptionprotected AlternativeStmtImpl.altThe cached value of the 'Alt' containment reference.Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl that return AlternativeMethods in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl with parameters of type AlternativeModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainStmtImpl.basicSetAlt(Alternative newAlt, org.eclipse.emf.common.notify.NotificationChain msgs) voidStmtImpl.setAlt(Alternative newAlt) -
Uses of Alternative in de.uni_hildesheim.sse.vil.templatelang.templateLang.util
Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang.util with parameters of type AlternativeModifier and TypeMethodDescriptionTemplateLangSwitch.caseAlternative(Alternative object) Returns the result of interpreting the object as an instance of 'Alternative'. -
Uses of Alternative in de.uni_hildesheim.sse.vil.templatelang.templateLanguageTranslation
Methods in de.uni_hildesheim.sse.vil.templatelang.templateLanguageTranslation with parameters of type AlternativeModifier and TypeMethodDescriptionprivate net.ssehub.easy.instantiation.core.model.templateModel.AlternativeStatementModelTranslator.processAlternative(Alternative alt) Processes an alternative statement.