soot.tagkit
Class SyntheticTag

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

public class SyntheticTag
extends Object
implements Tag

Represents the synthetic attribute.


Constructor Summary
SyntheticTag()
           
 
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

SyntheticTag

public SyntheticTag()
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