Uses of Interface
de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage.Alternative
Packages that use Alternative
Package
Description
-
Uses of Alternative in de.uni_hildesheim.sse.buildLanguageTranslation
Methods in de.uni_hildesheim.sse.buildLanguageTranslation with parameters of type AlternativeModifier and TypeMethodDescriptionprivate net.ssehub.easy.instantiation.core.model.buildlangModel.AlternativeExpressionExpressionTranslator.processAlternative(Alternative alt, net.ssehub.easy.instantiation.core.model.buildlangModel.Resolver resolver) Processes an alternative expression. -
Uses of Alternative in de.uni_hildesheim.sse.vil.buildlang.serializer
Methods in de.uni_hildesheim.sse.vil.buildlang.serializer with parameters of type AlternativeModifier and TypeMethodDescriptionprotected voidVilBuildLanguageSemanticSequencer.sequence_Alternative(org.eclipse.xtext.serializer.ISerializationContext context, Alternative semanticObject) Contexts: Alternative returns Alternative Constraint: (expr=Expression if=StatementOrBlock else=StatementOrBlock?) -
Uses of Alternative in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage
Methods in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage that return AlternativeModifier and TypeMethodDescriptionVilBuildLanguageFactory.createAlternative()Returns a new object of class 'Alternative'.ExpressionStatement.getAlt()Returns the value of the 'Alt' containment reference.Methods in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage with parameters of type AlternativeModifier and TypeMethodDescriptionvoidExpressionStatement.setAlt(Alternative value) Sets the value of the 'Alt' containment reference. -
Uses of Alternative in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage.impl
Classes in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage.impl that implement AlternativeModifier and TypeClassDescriptionclassAn implementation of the model object 'Alternative'.Fields in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage.impl declared as AlternativeModifier and TypeFieldDescriptionprotected AlternativeExpressionStatementImpl.altThe cached value of the 'Alt' containment reference.Methods in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage.impl that return AlternativeModifier and TypeMethodDescriptionVilBuildLanguageFactoryImpl.createAlternative()ExpressionStatementImpl.getAlt()Methods in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage.impl with parameters of type AlternativeModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainExpressionStatementImpl.basicSetAlt(Alternative newAlt, org.eclipse.emf.common.notify.NotificationChain msgs) voidExpressionStatementImpl.setAlt(Alternative newAlt) -
Uses of Alternative in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage.util
Methods in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage.util with parameters of type AlternativeModifier and TypeMethodDescriptionVilBuildLanguageSwitch.caseAlternative(Alternative object) Returns the result of interpreting the object as an instance of 'Alternative'.