Uses of Interface
de.uni_hildesheim.sse.vil.expressions.expressionDsl.Parameter
Packages that use Parameter
Package
Description
Translation functionality for expressions.
-
Uses of Parameter in de.uni_hildesheim.sse.vil.expressions.expressionDsl
Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl that return ParameterModifier and TypeMethodDescriptionExpressionDslFactory.createParameter()Returns a new object of class 'Parameter'.Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl that return types with arguments of type Parameter -
Uses of Parameter in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl
Classes in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl that implement ParameterModifier and TypeClassDescriptionclassAn implementation of the model object 'Parameter'.Fields in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl with type parameters of type ParameterModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<Parameter> ParameterListImpl.paramThe cached value of the 'Param' containment reference list.Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl that return ParameterMethods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl that return types with arguments of type Parameter -
Uses of Parameter in de.uni_hildesheim.sse.vil.expressions.expressionDsl.util
Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.util with parameters of type ParameterModifier and TypeMethodDescriptionExpressionDslSwitch.caseParameter(Parameter object) Returns the result of interpreting the object as an instance of 'Parameter'. -
Uses of Parameter in de.uni_hildesheim.sse.vil.expressions.serializer
Methods in de.uni_hildesheim.sse.vil.expressions.serializer with parameters of type ParameterModifier and TypeMethodDescriptionprotected voidExpressionDslSemanticSequencer.sequence_Parameter(org.eclipse.xtext.serializer.ISerializationContext context, Parameter semanticObject) Contexts: Parameter returns Parameter Constraint: (type=Type name=Identifier dflt=Expression?) -
Uses of Parameter in de.uni_hildesheim.sse.vil.expressions.translation
Method parameters in de.uni_hildesheim.sse.vil.expressions.translation with type arguments of type ParameterModifier and TypeMethodDescriptionprotected I[]ModelTranslator.resolveParameters(org.eclipse.emf.common.util.EList<Parameter> parameters, org.eclipse.emf.ecore.EObject cause, org.eclipse.emf.ecore.EStructuralFeature paramListFeature, R resolver) Resolves the parameters inparameters.