soot.tagkit
Class SyntheticParamTag

java.lang.Object
  extended by soot.tagkit.SyntheticParamTag
All Implemented Interfaces:
Tag
Direct Known Subclasses:
EnclosingTag, QualifyingTag

public class SyntheticParamTag
extends Object
implements Tag

Represents the synthetic attribute.


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

SyntheticParamTag

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