soot.tagkit
Class ConstantValueTag

java.lang.Object
  extended by soot.tagkit.ConstantValueTag
All Implemented Interfaces:
Tag
Direct Known Subclasses:
DoubleConstantValueTag, FloatConstantValueTag, IntegerConstantValueTag, LongConstantValueTag, StringConstantValueTag

public abstract class ConstantValueTag
extends Object
implements Tag


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

Field Detail

bytes

protected byte[] bytes
Constructor Detail

ConstantValueTag

protected ConstantValueTag()
Method Detail

getName

public String getName()
Description copied from interface: Tag
Returns the tag name.

Specified by:
getName in interface Tag

getValue

public byte[] getValue()
Description copied from interface: Tag
Returns the tag raw data.

Specified by:
getValue in interface Tag

toString

public abstract String toString()
Overrides:
toString in class Object