joeq.Compiler.Analysis.IPSSA.Apps
Class FindBadStores

java.lang.Object
  extended by joeq.Compiler.Analysis.IPSSA.IPSSABuilder.Application
      extended by joeq.Compiler.Analysis.IPSSA.Apps.FindBadStores
All Implemented Interfaces:
Runnable

public class FindBadStores
extends IPSSABuilder.Application


Field Summary
 
Fields inherited from class joeq.Compiler.Analysis.IPSSA.IPSSABuilder.Application
_builder
 
Constructor Summary
FindBadStores(Iterator i)
           
 
Method Summary
static void main(String[] args)
           
protected  void parseParams(String[] argv)
           
 void run()
           
 
Methods inherited from class joeq.Compiler.Analysis.IPSSA.IPSSABuilder.Application
create, getBuilder, getName, initialize, setBuilder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindBadStores

public FindBadStores(Iterator i)
Method Detail

parseParams

protected void parseParams(String[] argv)
Specified by:
parseParams in class IPSSABuilder.Application

main

public static void main(String[] args)

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.