soot.jimple.spark.fieldrw
Class FieldRWTag

java.lang.Object
  extended by soot.jimple.spark.fieldrw.FieldRWTag
All Implemented Interfaces:
Tag
Direct Known Subclasses:
FieldReadTag, FieldWriteTag

public abstract class FieldRWTag
extends Object
implements Tag

Implements a tag that holds a list of fields read or written by a call.


Method Summary
abstract  String getName()
          Returns the tag name.
 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
 

Method Detail

getName

public abstract 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 String toString()
Overrides:
toString in class Object