joeq.Compiler.Analysis.IPSSA.Apps
Class ReachabilityTracerApp.PAReachabilityTracerApp
java.lang.Object
joeq.Compiler.Analysis.IPSSA.IPSSABuilder.Application
joeq.Compiler.Analysis.IPSSA.Apps.ReachabilityTracerApp
joeq.Compiler.Analysis.IPSSA.Apps.ReachabilityTracerApp.PAReachabilityTracerApp
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- ReachabilityTracerApp
public static class ReachabilityTracerApp.PAReachabilityTracerApp
- extends ReachabilityTracerApp
This one uses PA results directly.
Method Summary |
void |
initialize()
|
protected void |
printPath(String def1_str,
String def2_str)
This will be added by implementations. |
void |
test()
Get a BDD for the return node of method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReachabilityTracerApp.PAReachabilityTracerApp
public ReachabilityTracerApp.PAReachabilityTracerApp()
initialize
public void initialize()
- Overrides:
initialize
in class IPSSABuilder.Application
printPath
protected void printPath(String def1_str,
String def2_str)
- Description copied from class:
ReachabilityTracerApp
- This will be added by implementations.
- Specified by:
printPath
in class ReachabilityTracerApp
test
public void test()
- Get a BDD for the return node of method.
Copyright © 2001-2008 John Whaley. All Rights Reserved.