soot.jimple.toolkits.pointer
Class DependenceTag

java.lang.Object
  extended by soot.jimple.toolkits.pointer.DependenceTag
All Implemented Interfaces:
Tag

public class DependenceTag
extends Object
implements Tag


Field Summary
protected  boolean callsNative
           
protected  short read
           
protected  short write
           
 
Constructor Summary
DependenceTag()
           
 
Method Summary
 String getName()
          Returns the tag name.
 byte[] getValue()
          Returns the tag raw data.
 boolean setCallsNative()
           
protected  void setRead(short s)
           
protected  void setWrite(short s)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

read

protected short read

write

protected short write

callsNative

protected boolean callsNative
Constructor Detail

DependenceTag

public DependenceTag()
Method Detail

setCallsNative

public boolean setCallsNative()

setRead

protected void setRead(short s)

setWrite

protected void setWrite(short s)

getName

public 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