soot.jimple.toolkits.pointer
Class DependenceGraph

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

public class DependenceGraph
extends java.lang.Object
implements Attribute


Inner Class Summary
protected  class DependenceGraph.Edge
           
 
Constructor Summary
DependenceGraph()
           
 
Method Summary
 void addEdge(short from, short to)
           
 boolean areAdjacent(short from, short to)
           
 java.lang.String getName()
          Returns the tag name.
 byte[] getValue()
          Returns the tag raw data.
 void setValue(byte[] v)
          Sets the value of the attribute from a byte[].
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DependenceGraph

public DependenceGraph()
Method Detail

areAdjacent

public boolean areAdjacent(short from,
                           short to)

addEdge

public void addEdge(short from,
                    short to)

getName

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

setValue

public void setValue(byte[] v)
Description copied from interface: Attribute
Sets the value of the attribute from a byte[].
Specified by:
setValue in interface Attribute

getValue

public byte[] getValue()
Description copied from interface: Tag
Returns the tag raw data.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object