soot.tagkit
Class ThrowCreatedByCompilerTag

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

public class ThrowCreatedByCompilerTag
extends Object
implements Tag

Represents a tag that just has a string to be printed with the code.


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

Constructor Detail

ThrowCreatedByCompilerTag

public ThrowCreatedByCompilerTag()
Method Detail

getName

public String getName()
Returns the tag name.

Specified by:
getName in interface Tag

getValue

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

Specified by:
getValue in interface Tag