soot.jimple.toolkits.pointer
Class DependenceTag

java.lang.Object
  |
  +--soot.jimple.toolkits.pointer.DependenceTag

public class DependenceTag
extends java.lang.Object
implements Tag


Field Summary
protected  boolean callsNative
           
protected  short read
           
protected  short write
           
 
Constructor Summary
DependenceTag()
           
 
Method Summary
 java.lang.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)
           
 java.lang.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 java.lang.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 java.lang.String toString()
Overrides:
toString in class java.lang.Object