Uses of Interface
de.uni_hildesheim.sse.vil.expressions.expressionDsl.LanguageUnit
Packages that use LanguageUnit
Package
Description
Translation functionality for expressions.
-
Uses of LanguageUnit in de.uni_hildesheim.sse.vil.expressions.expressionDsl
Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl that return LanguageUnitModifier and TypeMethodDescriptionExpressionDslFactory.createLanguageUnit()Returns a new object of class 'Language Unit'. -
Uses of LanguageUnit in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl
Classes in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl that implement LanguageUnitModifier and TypeClassDescriptionclassAn implementation of the model object 'Language Unit'.Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl that return LanguageUnit -
Uses of LanguageUnit in de.uni_hildesheim.sse.vil.expressions.expressionDsl.util
Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.util with parameters of type LanguageUnitModifier and TypeMethodDescriptionExpressionDslSwitch.caseLanguageUnit(LanguageUnit object) Returns the result of interpreting the object as an instance of 'Language Unit'. -
Uses of LanguageUnit in de.uni_hildesheim.sse.vil.expressions.serializer
Methods in de.uni_hildesheim.sse.vil.expressions.serializer with parameters of type LanguageUnitModifier and TypeMethodDescriptionprotected voidExpressionDslSemanticSequencer.sequence_LanguageUnit(org.eclipse.xtext.serializer.ISerializationContext context, LanguageUnit semanticObject) Contexts: LanguageUnit returns LanguageUnit Constraint: (advices+=Advice* name=Identifier version=VersionStmt? imports+=Import*) -
Uses of LanguageUnit in de.uni_hildesheim.sse.vil.expressions.translation
Methods in de.uni_hildesheim.sse.vil.expressions.translation with parameters of type LanguageUnitModifier and TypeMethodDescriptionprotected voidModelTranslator.resolveImports(LanguageUnit input, org.eclipse.emf.ecore.EStructuralFeature inputFeature, M model, URI uri, List<? extends LanguageUnit> inProgress, net.ssehub.easy.basics.modelManagement.ImportResolver<M> impResolver) Resolves the imports.Method parameters in de.uni_hildesheim.sse.vil.expressions.translation with type arguments of type LanguageUnitModifier and TypeMethodDescriptionprotected voidModelTranslator.resolveImports(LanguageUnit input, org.eclipse.emf.ecore.EStructuralFeature inputFeature, M model, URI uri, List<? extends LanguageUnit> inProgress, net.ssehub.easy.basics.modelManagement.ImportResolver<M> impResolver) Resolves the imports.