soot.tagkit
Class StringConstantValueTag

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

public class StringConstantValueTag
extends ConstantValueTag


Field Summary
 
Fields inherited from class soot.tagkit.ConstantValueTag
bytes
 
Constructor Summary
StringConstantValueTag(String value)
           
 
Method Summary
 String getStringValue()
           
 String toString()
           
 
Methods inherited from class soot.tagkit.ConstantValueTag
getName, getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StringConstantValueTag

public StringConstantValueTag(String value)
Method Detail

getStringValue

public String getStringValue()

toString

public String toString()
Specified by:
toString in class ConstantValueTag