soot.tagkit
Class DebugTypeTag

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

public class DebugTypeTag
extends SignatureTag

Represents the signature attribute used by fields, methods and classes for dealing with generics in Java 1.5.


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

Constructor Detail

DebugTypeTag

public DebugTypeTag(String signature)
Method Detail

toString

public String toString()
Overrides:
toString in class SignatureTag

getName

public String getName()
Returns the tag name.

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

getInfo

public String getInfo()
Overrides:
getInfo in class SignatureTag

getValue

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

Specified by:
getValue in interface Tag
Overrides:
getValue in class SignatureTag