soot.tagkit
Class QualifyingTag

java.lang.Object
  extended by soot.tagkit.SyntheticParamTag
      extended by soot.tagkit.QualifyingTag
All Implemented Interfaces:
Tag

public class QualifyingTag
extends SyntheticParamTag

Represents the synthetic attribute.


Constructor Summary
QualifyingTag()
           
 
Method Summary
 String getName()
          Returns the tag name.
 
Methods inherited from class soot.tagkit.SyntheticParamTag
getInfo, getValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QualifyingTag

public QualifyingTag()
Method Detail

getName

public String getName()
Returns the tag name.

Specified by:
getName in interface Tag
Overrides:
getName in class SyntheticParamTag