Uses of Interface
de.uni_hildesheim.sse.vil.expressions.expressionDsl.VersionStmt
Packages that use VersionStmt
Package
Description
Translation functionality for expressions.
-
Uses of VersionStmt in de.uni_hildesheim.sse.vil.expressions.expressionDsl
Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl that return VersionStmtModifier and TypeMethodDescriptionExpressionDslFactory.createVersionStmt()Returns a new object of class 'Version Stmt'.LanguageUnit.getVersion()Returns the value of the 'Version' containment reference.Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl with parameters of type VersionStmtModifier and TypeMethodDescriptionvoidLanguageUnit.setVersion(VersionStmt value) Sets the value of the 'Version' containment reference. -
Uses of VersionStmt in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl
Classes in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl that implement VersionStmtModifier and TypeClassDescriptionclassAn implementation of the model object 'Version Stmt'.Fields in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl declared as VersionStmtModifier and TypeFieldDescriptionprotected VersionStmtLanguageUnitImpl.versionThe cached value of the 'Version' containment reference.Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl that return VersionStmtModifier and TypeMethodDescriptionExpressionDslFactoryImpl.createVersionStmt()LanguageUnitImpl.getVersion()Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl with parameters of type VersionStmtModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainLanguageUnitImpl.basicSetVersion(VersionStmt newVersion, org.eclipse.emf.common.notify.NotificationChain msgs) voidLanguageUnitImpl.setVersion(VersionStmt newVersion) -
Uses of VersionStmt in de.uni_hildesheim.sse.vil.expressions.expressionDsl.util
Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.util with parameters of type VersionStmtModifier and TypeMethodDescriptionExpressionDslSwitch.caseVersionStmt(VersionStmt object) Returns the result of interpreting the object as an instance of 'Version Stmt'. -
Uses of VersionStmt in de.uni_hildesheim.sse.vil.expressions.serializer
Methods in de.uni_hildesheim.sse.vil.expressions.serializer with parameters of type VersionStmtModifier and TypeMethodDescriptionprotected voidExpressionDslSemanticSequencer.sequence_VersionStmt(org.eclipse.xtext.serializer.ISerializationContext context, VersionStmt semanticObject) Contexts: VersionStmt returns VersionStmt Constraint: version=VERSION -
Uses of VersionStmt in de.uni_hildesheim.sse.vil.expressions.translation
Methods in de.uni_hildesheim.sse.vil.expressions.translation with parameters of type VersionStmtModifier and TypeMethodDescriptionstatic net.ssehub.easy.basics.modelManagement.VersionModelTranslator.convert(VersionStmt versionStatement) Converts a grammar version statement into a model version object.