joeq.Compiler.Analysis.IPSSA.Apps
Class ReachabilityTracerApp
java.lang.Object
joeq.Compiler.Analysis.IPSSA.IPSSABuilder.Application
joeq.Compiler.Analysis.IPSSA.Apps.ReachabilityTracerApp
- All Implemented Interfaces:
- Runnable
- Direct Known Subclasses:
- ReachabilityTracerApp.IPSSAReachabilityTracerApp, ReachabilityTracerApp.PAReachabilityTracerApp
public abstract class ReachabilityTracerApp
- extends IPSSABuilder.Application
- Version:
- $Id: ReachabilityTracerApp.java 2002 2004-10-16 04:13:11Z joewhaley $
- Author:
- V.Benjamin Livshits
This is a sample application that prints all paths between two definitions.
Use one of the subclasses that rely on different sources for def-use data.
- See Also:
IPSSABuilder.Application
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_def1_str
protected String _def1_str
_def2_str
protected String _def2_str
printPath
protected abstract void printPath(String def1_str,
String def2_str)
- This will be added by implementations.
parseParams
protected void parseParams(String[] argv)
- Specified by:
parseParams
in class IPSSABuilder.Application
run
public void run()
- Specified by:
run
in interface Runnable
- Specified by:
run
in class IPSSABuilder.Application
Copyright © 2001-2008 John Whaley. All Rights Reserved.