org.dellroad.jc.cgen.analysis
Class ActiveUseTagger

java.lang.Object
  extended byorg.dellroad.jc.cgen.analysis.ActiveUseTagger

public class ActiveUseTagger
extends Object

Tags static field and method references which are known to not be the first ``active use'' of the associated class, and so for which it is not necessary to check if the class needs to be initialized.


Constructor Summary
ActiveUseTagger(Body body)
           
ActiveUseTagger(UnitGraph graph)
           
 
Method Summary
 ActiveUseAnalysis getAnalysis()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActiveUseTagger

public ActiveUseTagger(Body body)

ActiveUseTagger

public ActiveUseTagger(UnitGraph graph)
Method Detail

getAnalysis

public ActiveUseAnalysis getAnalysis()