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:
java.lang.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.


Constructor Summary
PAQuery.HeapReferenceStat()
           
 
Method Summary
 void run()
           
 
Methods inherited from class joeq.Compiler.Analysis.IPSSA.IPSSABuilder.Application
create, getName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PAQuery.HeapReferenceStat

public PAQuery.HeapReferenceStat()
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable
Specified by:
run in class IPSSABuilder.Application