soot.tagkit
Class ParamNamesTag

java.lang.Object
  extended by soot.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<String> list)
           
 
Method Summary
 ArrayList<String> getInfo()
           
 String getName()
          Returns the tag name.
 ArrayList<String> 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<String> list)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getNames

public ArrayList<String> getNames()

getName

public String getName()
Returns the tag name.

Specified by:
getName in interface Tag

getInfo

public ArrayList<String> getInfo()

getValue

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

Specified by:
getValue in interface Tag