Uses of Interface
de.uni_hildesheim.sse.vil.expressions.expressionDsl.ArgumentList
Packages that use ArgumentList
Package
Description
Translation functionality for expressions.
-
Uses of ArgumentList in de.uni_hildesheim.sse.vil.expressions.expressionDsl
Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl that return ArgumentListModifier and TypeMethodDescriptionExpressionDslFactory.createArgumentList()Returns a new object of class 'Argument List'.Call.getParam()Returns the value of the 'Param' containment reference.ConstructorExecution.getParam()Returns the value of the 'Param' containment reference.Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl with parameters of type ArgumentListModifier and TypeMethodDescriptionvoidCall.setParam(ArgumentList value) Sets the value of the 'Param' containment reference.voidConstructorExecution.setParam(ArgumentList value) Sets the value of the 'Param' containment reference. -
Uses of ArgumentList in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl
Classes in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl that implement ArgumentListModifier and TypeClassDescriptionclassAn implementation of the model object 'Argument List'.Fields in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl declared as ArgumentListModifier and TypeFieldDescriptionprotected ArgumentListCallImpl.paramThe cached value of the 'Param' containment reference.protected ArgumentListConstructorExecutionImpl.paramThe cached value of the 'Param' containment reference.Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl that return ArgumentListModifier and TypeMethodDescriptionExpressionDslFactoryImpl.createArgumentList()CallImpl.getParam()ConstructorExecutionImpl.getParam()Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl with parameters of type ArgumentListModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainCallImpl.basicSetParam(ArgumentList newParam, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChainConstructorExecutionImpl.basicSetParam(ArgumentList newParam, org.eclipse.emf.common.notify.NotificationChain msgs) voidCallImpl.setParam(ArgumentList newParam) voidConstructorExecutionImpl.setParam(ArgumentList newParam) -
Uses of ArgumentList in de.uni_hildesheim.sse.vil.expressions.expressionDsl.util
Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.util with parameters of type ArgumentListModifier and TypeMethodDescriptionExpressionDslSwitch.caseArgumentList(ArgumentList object) Returns the result of interpreting the object as an instance of 'Argument List'. -
Uses of ArgumentList in de.uni_hildesheim.sse.vil.expressions.serializer
Methods in de.uni_hildesheim.sse.vil.expressions.serializer with parameters of type ArgumentListModifier and TypeMethodDescriptionprotected voidExpressionDslSemanticSequencer.sequence_ArgumentList(org.eclipse.xtext.serializer.ISerializationContext context, ArgumentList semanticObject) Contexts: ArgumentList returns ArgumentList Constraint: (param+=NamedArgument param+=NamedArgument*) -
Uses of ArgumentList in de.uni_hildesheim.sse.vil.expressions.translation
Methods in de.uni_hildesheim.sse.vil.expressions.translation with parameters of type ArgumentListModifier and TypeMethodDescriptionnet.ssehub.easy.instantiation.core.model.expressions.CallArgument[]ExpressionTranslator.processArguments(ArgumentList arguments, R resolver) Processes an argument list and translates them into call arguments.