soot.tagkit
Class TagManager
java.lang.Object
|
+--soot.tagkit.TagManager
- public class TagManager
- extends java.lang.Object
Utility functions for tags.
Method Summary |
Tag |
getTagFor(java.lang.String tagName)
Returns the Tag class with the given name. |
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. |
void |
setTagPrinter(TagPrinter p)
Sets the default tag printer. |
static TagManager |
v()
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
TagManager
public TagManager(Singletons.Global g)
v
public static TagManager v()
getTagFor
public Tag getTagFor(java.lang.String tagName)
- Returns the Tag class with the given name.
(This does not seem to be necessary.)
setTagPrinter
public void setTagPrinter(TagPrinter p)
- Sets the default tag printer.
print
public 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.