|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ocl.examples.impactanalyzer.instanceScope.AbstractTracer<PropertyCallExp>
org.eclipse.ocl.examples.impactanalyzer.instanceScope.PropertyCallExpTracer
public class PropertyCallExpTracer
Field Summary |
---|
Fields inherited from class org.eclipse.ocl.examples.impactanalyzer.instanceScope.AbstractTracer |
---|
oclFactory |
Constructor Summary | |
---|---|
PropertyCallExpTracer(PropertyCallExp expression,
java.util.Stack<java.lang.String> tuplePartNames,
OCLFactory oclFactory)
|
Method Summary | |
---|---|
NavigationStep |
traceback(org.eclipse.emf.ecore.EClass context,
PathCache pathCache,
OperationBodyToCallMapper operationBodyToCallMapper)
By default, many expression types which, e.g., result in a primitive result, return an EmptyResultNavigationStep
which is what this default implementation does. |
Methods inherited from class org.eclipse.ocl.examples.impactanalyzer.instanceScope.AbstractTracer |
---|
applyScopesOnNavigationStep, calculateEnteringScope, calculateLeavingScopes, commonCompositionParent, commonCompositionParent, doesTypeMatch, doesTypeMatch, getAllVariablesInScope, getExpression, getExtendedListOfTuplePartNames, getInnermostElementType, getListOfTuplePartNamesWithFoundRemoved, getRootExpression, getTupleLiteralPartNamesToLookFor, getTuplePartNameLookedFor, getVariablesIntroducedBetweenHereAnd, getVariablesScopedByExpression, isLookingForTuplePart, variablesIntroducedBetween |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyCallExpTracer(PropertyCallExp expression, java.util.Stack<java.lang.String> tuplePartNames, OCLFactory oclFactory)
Method Detail |
---|
public NavigationStep traceback(org.eclipse.emf.ecore.EClass context, PathCache pathCache, OperationBodyToCallMapper operationBodyToCallMapper)
AbstractTracer
EmptyResultNavigationStep
which is what this default implementation does.
traceback
in interface Tracer
traceback
in class AbstractTracer<PropertyCallExp>
context
- the context type that defines the type of any self occurrence outside of operation bodiespathCache
- a global cache that remembers the navigation steps already computed for some OCL expressionsoperationBodyToCallMapper
- the filter synthesizer that analyzed an overall expression that contains the expression to be handled by this
tracer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |