org.eclipse.ocl.examples.impactanalyzer.instanceScope
Class BooleanLiteralExpTracer

java.lang.Object
  extended by org.eclipse.ocl.examples.impactanalyzer.instanceScope.AbstractTracer<BooleanLiteralExp>
      extended by org.eclipse.ocl.examples.impactanalyzer.instanceScope.BooleanLiteralExpTracer
All Implemented Interfaces:
Tracer

public class BooleanLiteralExpTracer
extends AbstractTracer<BooleanLiteralExp>


Field Summary
 
Fields inherited from class org.eclipse.ocl.examples.impactanalyzer.instanceScope.AbstractTracer
oclFactory
 
Constructor Summary
BooleanLiteralExpTracer(BooleanLiteralExp expression, java.util.Stack<java.lang.String> tuplePartNames, OCLFactory oclFactory)
           
 
Method Summary
 
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, traceback, variablesIntroducedBetween
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanLiteralExpTracer

public BooleanLiteralExpTracer(BooleanLiteralExp expression,
                               java.util.Stack<java.lang.String> tuplePartNames,
                               OCLFactory oclFactory)