soot.tagkit
Class DeprecatedTag

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

public class DeprecatedTag
extends Object
implements Tag

Represents the deprecated attribute used by fields, methods and classes


Constructor Summary
DeprecatedTag()
           
 
Method Summary
 String getInfo()
           
 String getName()
          Returns the tag name.
 byte[] getValue()
          Returns the tag raw data.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeprecatedTag

public DeprecatedTag()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getName

public String getName()
Returns the tag name.

Specified by:
getName in interface Tag

getInfo

public String getInfo()

getValue

public byte[] getValue()
Returns the tag raw data.

Specified by:
getValue in interface Tag