Uses of Interface
de.uni_hildesheim.sse.vil.expressions.expressionDsl.Call
Packages that use Call
Package
Description
Translation functionality for expressions.
-
Uses of Call in de.uni_hildesheim.sse.vil.expressions.expressionDsl
Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl that return CallModifier and TypeMethodDescriptionExpressionDslFactory.createCall()Returns a new object of class 'Call'.SubCall.getCall()Returns the value of the 'Call' containment reference.SuperExecution.getCall()Returns the value of the 'Call' containment reference.UnqualifiedExecution.getCall()Returns the value of the 'Call' containment reference.Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl with parameters of type Call -
Uses of Call in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl
Classes in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl that implement CallFields in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl declared as CallModifier and TypeFieldDescriptionprotected CallSubCallImpl.callThe cached value of the 'Call' containment reference.protected CallSuperExecutionImpl.callThe cached value of the 'Call' containment reference.protected CallUnqualifiedExecutionImpl.callThe cached value of the 'Call' containment reference.Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl that return CallModifier and TypeMethodDescriptionExpressionDslFactoryImpl.createCall()SubCallImpl.getCall()SuperExecutionImpl.getCall()UnqualifiedExecutionImpl.getCall()Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl with parameters of type CallModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainSubCallImpl.basicSetCall(Call newCall, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChainSuperExecutionImpl.basicSetCall(Call newCall, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChainUnqualifiedExecutionImpl.basicSetCall(Call newCall, org.eclipse.emf.common.notify.NotificationChain msgs) voidvoidvoid -
Uses of Call in de.uni_hildesheim.sse.vil.expressions.expressionDsl.util
Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.util with parameters of type Call -
Uses of Call in de.uni_hildesheim.sse.vil.expressions.serializer
Methods in de.uni_hildesheim.sse.vil.expressions.serializer with parameters of type CallModifier and TypeMethodDescriptionprotected voidExpressionDslSemanticSequencer.sequence_Call(org.eclipse.xtext.serializer.ISerializationContext context, Call semanticObject) Contexts: Call returns Call Constraint: (name=QualifiedPrefix decl=Declarator? param=ArgumentList?) -
Uses of Call in de.uni_hildesheim.sse.vil.expressions.translation
Methods in de.uni_hildesheim.sse.vil.expressions.translation with parameters of type CallModifier and TypeMethodDescriptionprotected net.ssehub.easy.instantiation.core.model.expressions.AbstractCallExpressionExpressionTranslator.checkCallExpression(net.ssehub.easy.instantiation.core.model.expressions.AbstractCallExpression callEx, ExpressionTranslator.CallType type, Call call) Performs generic call expression checks after creation.protected abstract net.ssehub.easy.instantiation.core.model.expressions.ExpressionExpressionTranslator.processCall(net.ssehub.easy.instantiation.core.model.expressions.Expression firstParam, Call call, ExpressionTranslator.CallType type, Expression arrayEx, R resolver) Processes a function call.ExpressionTranslator.processDeclarators(Call call, net.ssehub.easy.instantiation.core.model.vilTypes.TypeDescriptor<?> implicitType, List<net.ssehub.easy.instantiation.core.model.expressions.CallArgument> arguments, R resolver) Processes a declarator.protected StringExpressionTranslator.resolveCallArguments(Call call, List<I> iterators, List<net.ssehub.easy.instantiation.core.model.expressions.CallArgument> arguments, Expression arrayEx, R resolver) Resolves call arguments.ExpressionTranslator.resolveIteratorDeclarations(Call call, ExpressionTranslator.CallType type, List<net.ssehub.easy.instantiation.core.model.expressions.CallArgument> arguments, R resolver) Resolves the iterator declarations.