soot.xml
Class TagCollector

java.lang.Object
  extended by soot.xml.TagCollector

public class TagCollector
extends Object


Constructor Summary
TagCollector()
           
 
Method Summary
 void collectBodyTags(Body b)
           
 void collectFieldTags(SootField sf)
           
 void collectKeyTags(SootClass sc)
           
 void collectMethodTags(SootMethod sm)
           
 void collectTags(SootClass sc)
           
 void printKeys(PrintWriter writerOut)
           
 void printTags(PrintWriter writerOut)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagCollector

public TagCollector()
Method Detail

collectTags

public void collectTags(SootClass sc)

collectKeyTags

public void collectKeyTags(SootClass sc)

printKeys

public void printKeys(PrintWriter writerOut)

collectFieldTags

public void collectFieldTags(SootField sf)

collectMethodTags

public void collectMethodTags(SootMethod sm)

collectBodyTags

public void collectBodyTags(Body b)

printTags

public void printTags(PrintWriter writerOut)