Uses of Interface
de.uni_hildesheim.sse.vil.expressions.expressionDsl.Advice
Packages that use Advice
Package
Description
Translation functionality for expressions.
-
Uses of Advice in de.uni_hildesheim.sse.vil.expressions.expressionDsl
Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl that return AdviceModifier and TypeMethodDescriptionExpressionDslFactory.createAdvice()Returns a new object of class 'Advice'.Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl that return types with arguments of type AdviceModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Advice> LanguageUnit.getAdvices()Returns the value of the 'Advices' containment reference list. -
Uses of Advice in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl
Classes in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl that implement AdviceModifier and TypeClassDescriptionclassAn implementation of the model object 'Advice'.Fields in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl with type parameters of type AdviceModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<Advice> LanguageUnitImpl.advicesThe cached value of the 'Advices' containment reference list.Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl that return AdviceMethods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl that return types with arguments of type AdviceModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Advice> LanguageUnitImpl.getAdvices() -
Uses of Advice in de.uni_hildesheim.sse.vil.expressions.expressionDsl.util
Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.util with parameters of type AdviceModifier and TypeMethodDescriptionExpressionDslSwitch.caseAdvice(Advice object) Returns the result of interpreting the object as an instance of 'Advice'. -
Uses of Advice in de.uni_hildesheim.sse.vil.expressions.serializer
Methods in de.uni_hildesheim.sse.vil.expressions.serializer with parameters of type AdviceModifier and TypeMethodDescriptionprotected voidExpressionDslSemanticSequencer.sequence_Advice(org.eclipse.xtext.serializer.ISerializationContext context, Advice semanticObject) Contexts: Advice returns Advice Constraint: (name=QualifiedName versionSpec=VersionSpec?) -
Uses of Advice in de.uni_hildesheim.sse.vil.expressions.translation
Method parameters in de.uni_hildesheim.sse.vil.expressions.translation with type arguments of type AdviceModifier and TypeMethodDescriptionprotected net.ssehub.easy.instantiation.core.model.common.Advice[]ModelTranslator.processAdvices(org.eclipse.emf.common.util.EList<Advice> advices, URI modelURI) Processes the advices (of a script).