Uses of Interface
de.uni_hildesheim.sse.vil.expressions.expressionDsl.ParameterList
Packages that use ParameterList
Package
Description
Translation functionality for expressions.
-
Uses of ParameterList in de.uni_hildesheim.sse.vil.expressions.expressionDsl
Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl that return ParameterListModifier and TypeMethodDescriptionExpressionDslFactory.createParameterList()Returns a new object of class 'Parameter List'. -
Uses of ParameterList in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl
Classes in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl that implement ParameterListModifier and TypeClassDescriptionclassAn implementation of the model object 'Parameter List'.Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl that return ParameterList -
Uses of ParameterList in de.uni_hildesheim.sse.vil.expressions.expressionDsl.util
Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.util with parameters of type ParameterListModifier and TypeMethodDescriptionExpressionDslSwitch.caseParameterList(ParameterList object) Returns the result of interpreting the object as an instance of 'Parameter List'. -
Uses of ParameterList in de.uni_hildesheim.sse.vil.expressions.serializer
Methods in de.uni_hildesheim.sse.vil.expressions.serializer with parameters of type ParameterListModifier and TypeMethodDescriptionprotected voidExpressionDslSemanticSequencer.sequence_ParameterList(org.eclipse.xtext.serializer.ISerializationContext context, ParameterList semanticObject) Contexts: ParameterList returns ParameterList Constraint: (param+=Parameter param+=Parameter*) -
Uses of ParameterList in de.uni_hildesheim.sse.vil.expressions.translation
Methods in de.uni_hildesheim.sse.vil.expressions.translation with parameters of type ParameterListModifier and TypeMethodDescriptionprotected I[]ModelTranslator.resolveParameters(ParameterList pList, org.eclipse.emf.ecore.EObject cause, org.eclipse.emf.ecore.EStructuralFeature paramListFeature, R resolver) Resolves the parameters inpList.