soot.jimple.spark.fieldrw
Class FieldWriteTag

java.lang.Object
  extended by soot.jimple.spark.fieldrw.FieldRWTag
      extended by soot.jimple.spark.fieldrw.FieldWriteTag
All Implemented Interfaces:
Tag

public class FieldWriteTag
extends FieldRWTag

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


Method Summary
 String getName()
          Returns the tag name.
 
Methods inherited from class soot.jimple.spark.fieldrw.FieldRWTag
getValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getName

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

Specified by:
getName in interface Tag
Specified by:
getName in class FieldRWTag