soot.tagkit
Class ParamNamesTag

java.lang.Object
  extended bysoot.tagkit.ParamNamesTag
All Implemented Interfaces:
Tag

public class ParamNamesTag
extends Object
implements Tag

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


Constructor Summary
ParamNamesTag(ArrayList list)
           
 
Method Summary
 ArrayList getInfo()
           
 String getName()
          Returns the tag name.
 ArrayList getNames()
           
 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

ParamNamesTag

public ParamNamesTag(ArrayList list)
Method Detail

toString

public String toString()

getNames

public ArrayList getNames()

getName

public String getName()
Returns the tag name.

Specified by:
getName in interface Tag

getInfo

public ArrayList getInfo()

getValue

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

Specified by:
getValue in interface Tag