Uses of Class
soot.shimple.toolkits.graph.ValueGraph.Node

Packages that use ValueGraph.Node
soot.shimple.toolkits.graph   
 

Uses of ValueGraph.Node in soot.shimple.toolkits.graph
 

Methods in soot.shimple.toolkits.graph that return ValueGraph.Node
protected  ValueGraph.Node ValueGraph.fetchNode(Value value)
           
protected  ValueGraph.Node ValueGraph.fetchGraph(Value value)
           
 ValueGraph.Node ValueGraph.getNode(Value local)
           
 

Methods in soot.shimple.toolkits.graph with parameters of type ValueGraph.Node
protected  boolean SimpleGlobalValueNumberer.childrenAreInSamePartition(ValueGraph.Node node1, ValueGraph.Node node2)
           
 Local ValueGraph.getLocal(ValueGraph.Node node)