joeq.Compiler.Analysis.IPA
Class PAQuery.HeapReferenceStat

java.lang.Object
  extended by joeq.Compiler.Analysis.IPSSA.IPSSABuilder.Application
      extended by joeq.Compiler.Analysis.IPA.PAQuery.HeapReferenceStat
All Implemented Interfaces:
Runnable
Enclosing class:
PAQuery

public static class PAQuery.HeapReferenceStat
extends IPSSABuilder.Application

Produces statistics on how many locations are references by a given load or store within a given context.


Field Summary
 
Fields inherited from class joeq.Compiler.Analysis.IPSSA.IPSSABuilder.Application
_builder
 
Constructor Summary
PAQuery.HeapReferenceStat()
           
 
Method Summary
protected  void parseParams(String[] args)
           
 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

PAQuery.HeapReferenceStat

public PAQuery.HeapReferenceStat()
Method Detail

parseParams

protected void parseParams(String[] args)
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.