soot.tagkit
Class TagManager

java.lang.Object
  |
  +--soot.tagkit.TagManager

public class TagManager
extends java.lang.Object

Utility functions for tags.


Constructor Summary
TagManager()
           
 
Method Summary
static Tag getTagFor(java.lang.String tagName)
          Returns the Tag class with the given name.
static java.lang.String print(java.lang.String aClassName, java.lang.String aFieldOrMtdSignature, Tag aTag)
          Prints the given Tag, assuming that it belongs to the given class and field or method.
static void setTagPrinter(TagPrinter p)
          Sets the default tag printer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagManager

public TagManager()
Method Detail

getTagFor

public static Tag getTagFor(java.lang.String tagName)
Returns the Tag class with the given name. (This does not seem to be necessary.)

setTagPrinter

public static void setTagPrinter(TagPrinter p)
Sets the default tag printer.

print

public static java.lang.String print(java.lang.String aClassName,
                                     java.lang.String aFieldOrMtdSignature,
                                     Tag aTag)
Prints the given Tag, assuming that it belongs to the given class and field or method.