Uses of Interface
de.uni_hildesheim.sse.vil.expressions.expressionDsl.SubCall
Packages that use SubCall
Package
Description
Translation functionality for expressions.
-
Uses of SubCall in de.uni_hildesheim.sse.vil.expressions.expressionDsl
Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl that return SubCallModifier and TypeMethodDescriptionExpressionDslFactory.createSubCall()Returns a new object of class 'Sub Call'.Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl that return types with arguments of type SubCallModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<SubCall> ConstructorExecution.getCalls()Returns the value of the 'Calls' containment reference list.org.eclipse.emf.common.util.EList<SubCall> ExpressionOrQualifiedExecution.getCalls()Returns the value of the 'Calls' containment reference list.org.eclipse.emf.common.util.EList<SubCall> SuperExecution.getCalls()Returns the value of the 'Calls' containment reference list.org.eclipse.emf.common.util.EList<SubCall> UnqualifiedExecution.getCalls()Returns the value of the 'Calls' containment reference list. -
Uses of SubCall in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl
Classes in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl that implement SubCallModifier and TypeClassDescriptionclassAn implementation of the model object 'Sub Call'.Fields in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl with type parameters of type SubCallModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<SubCall> ConstructorExecutionImpl.callsThe cached value of the 'Calls' containment reference list.protected org.eclipse.emf.common.util.EList<SubCall> ExpressionOrQualifiedExecutionImpl.callsThe cached value of the 'Calls' containment reference list.protected org.eclipse.emf.common.util.EList<SubCall> SuperExecutionImpl.callsThe cached value of the 'Calls' containment reference list.protected org.eclipse.emf.common.util.EList<SubCall> UnqualifiedExecutionImpl.callsThe cached value of the 'Calls' containment reference list.Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl that return SubCallMethods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl that return types with arguments of type SubCallModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<SubCall> ConstructorExecutionImpl.getCalls()org.eclipse.emf.common.util.EList<SubCall> ExpressionOrQualifiedExecutionImpl.getCalls()org.eclipse.emf.common.util.EList<SubCall> SuperExecutionImpl.getCalls()org.eclipse.emf.common.util.EList<SubCall> UnqualifiedExecutionImpl.getCalls() -
Uses of SubCall in de.uni_hildesheim.sse.vil.expressions.expressionDsl.util
Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.util with parameters of type SubCallModifier and TypeMethodDescriptionExpressionDslSwitch.caseSubCall(SubCall object) Returns the result of interpreting the object as an instance of 'Sub Call'. -
Uses of SubCall in de.uni_hildesheim.sse.vil.expressions.serializer
Methods in de.uni_hildesheim.sse.vil.expressions.serializer with parameters of type SubCallModifier and TypeMethodDescriptionprotected voidExpressionDslSemanticSequencer.sequence_SubCall(org.eclipse.xtext.serializer.ISerializationContext context, SubCall semanticObject) Contexts: SubCall returns SubCall Constraint: (((type='.' | type='->') call=Call) | arrayEx=Expression) -
Uses of SubCall in de.uni_hildesheim.sse.vil.expressions.translation
Methods in de.uni_hildesheim.sse.vil.expressions.translation with parameters of type SubCallModifier and TypeMethodDescriptionprotected net.ssehub.easy.instantiation.core.model.expressions.ExpressionExpressionTranslator.processSubCall(net.ssehub.easy.instantiation.core.model.expressions.Expression result, SubCall call, ExpressionTranslator.CallType callType, R resolver) Processes a single sub call, i.e., calls connected by ".".Method parameters in de.uni_hildesheim.sse.vil.expressions.translation with type arguments of type SubCallModifier and TypeMethodDescriptionprotected net.ssehub.easy.instantiation.core.model.expressions.ExpressionExpressionTranslator.processSubCalls(net.ssehub.easy.instantiation.core.model.expressions.Expression firstParam, org.eclipse.emf.common.util.EList<SubCall> followups, R resolver) Processes sub calls, i.e., calls connected by ".".