Uses of Interface
de.uni_hildesheim.sse.vil.expressions.expressionDsl.VersionSpec
Packages that use VersionSpec
Package
Description
Translation functionality for expressions.
-
Uses of VersionSpec in de.uni_hildesheim.sse.vil.expressions.expressionDsl
Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl that return VersionSpecModifier and TypeMethodDescriptionExpressionDslFactory.createVersionSpec()Returns a new object of class 'Version Spec'.Advice.getVersionSpec()Returns the value of the 'Version Spec' containment reference.Import.getVersionSpec()Returns the value of the 'Version Spec' containment reference.Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl with parameters of type VersionSpecModifier and TypeMethodDescriptionvoidAdvice.setVersionSpec(VersionSpec value) Sets the value of the 'Version Spec' containment reference.voidImport.setVersionSpec(VersionSpec value) Sets the value of the 'Version Spec' containment reference. -
Uses of VersionSpec in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl
Classes in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl that implement VersionSpecModifier and TypeClassDescriptionclassAn implementation of the model object 'Version Spec'.Fields in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl declared as VersionSpecModifier and TypeFieldDescriptionprotected VersionSpecAdviceImpl.versionSpecThe cached value of the 'Version Spec' containment reference.protected VersionSpecImportImpl.versionSpecThe cached value of the 'Version Spec' containment reference.Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl that return VersionSpecModifier and TypeMethodDescriptionExpressionDslFactoryImpl.createVersionSpec()AdviceImpl.getVersionSpec()ImportImpl.getVersionSpec()Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl with parameters of type VersionSpecModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainAdviceImpl.basicSetVersionSpec(VersionSpec newVersionSpec, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChainImportImpl.basicSetVersionSpec(VersionSpec newVersionSpec, org.eclipse.emf.common.notify.NotificationChain msgs) voidAdviceImpl.setVersionSpec(VersionSpec newVersionSpec) voidImportImpl.setVersionSpec(VersionSpec newVersionSpec) -
Uses of VersionSpec in de.uni_hildesheim.sse.vil.expressions.expressionDsl.util
Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.util with parameters of type VersionSpecModifier and TypeMethodDescriptionExpressionDslSwitch.caseVersionSpec(VersionSpec object) Returns the result of interpreting the object as an instance of 'Version Spec'. -
Uses of VersionSpec in de.uni_hildesheim.sse.vil.expressions.serializer
Methods in de.uni_hildesheim.sse.vil.expressions.serializer with parameters of type VersionSpecModifier and TypeMethodDescriptionprotected voidExpressionDslSemanticSequencer.sequence_VersionSpec(org.eclipse.xtext.serializer.ISerializationContext context, VersionSpec semanticObject) Contexts: VersionSpec returns VersionSpec Constraint: restriction=Expression -
Uses of VersionSpec in de.uni_hildesheim.sse.vil.expressions.translation
Methods in de.uni_hildesheim.sse.vil.expressions.translation with parameters of type VersionSpecModifier and TypeMethodDescriptionnet.ssehub.easy.basics.modelManagement.IVersionRestrictionExpressionTranslator.processRestriction(String name, VersionSpec spec, R resolver) Processes an import restriction.voidExpressionTranslator.warnVersionRestrictions(VersionSpec spec) Issues implementation warnings about version restrictions.protected voidModelTranslator.warnVersionRestrictions(VersionSpec spec) Issues implementation warnings about version restrictions.