Uses of Class
org.eclipse.ocl.examples.impactanalyzer.instanceScope.traceback.AbstractTracebackStep.TracebackStepAndScopeChange

Packages that use AbstractTracebackStep.TracebackStepAndScopeChange
org.eclipse.ocl.examples.impactanalyzer.instanceScope.traceback   
 

Uses of AbstractTracebackStep.TracebackStepAndScopeChange in org.eclipse.ocl.examples.impactanalyzer.instanceScope.traceback
 

Subclasses of AbstractTracebackStep.TracebackStepAndScopeChange in org.eclipse.ocl.examples.impactanalyzer.instanceScope.traceback
protected static class AbstractTracebackStep.TracebackStepAndScopeChangeWithOperationCallExp
          When executed using the AbstractTracebackStep.TracebackStepAndScopeChangeWithOperationCallExp.traceback(AnnotatedEObject, UnusedEvaluationRequestSet, TracebackCache, Notification) method, results will be keyed with AbstractTracebackStep.TracebackStepAndScopeChangeWithOperationCallExp.callToWhichResultsAreSpecific because the TracebackStep encapsulated by this object navigates back to the specified call expression, and there either to the source or an argument expression.
 

Methods in org.eclipse.ocl.examples.impactanalyzer.instanceScope.traceback that return AbstractTracebackStep.TracebackStepAndScopeChange
protected  AbstractTracebackStep.TracebackStepAndScopeChange AbstractTracebackStep.createTracebackStepAndScopeChange(OCLExpression sourceExpression, OCLExpression targetExpression, org.eclipse.emf.ecore.EClass context, OperationBodyToCallMapper operationBodyToCallMapper, java.util.Stack<java.lang.String> tupleLiteralNamesToLookFor, TracebackStepCache tracebackStepCache)
          Creates a new AbstractTracebackStep.TracebackStepAndScopeChange} object.
 

Methods in org.eclipse.ocl.examples.impactanalyzer.instanceScope.traceback that return types with arguments of type AbstractTracebackStep.TracebackStepAndScopeChange
protected  java.util.Set<AbstractTracebackStep.TracebackStepAndScopeChange> BranchingTracebackStep.getSteps()