Uses of Interface
soot.jimple.toolkits.annotation.purity.PurityNode

Packages that use PurityNode
soot.jimple.toolkits.annotation.purity   
 

Uses of PurityNode in soot.jimple.toolkits.annotation.purity
 

Classes in soot.jimple.toolkits.annotation.purity that implement PurityNode
 class PurityGlobalNode
          The GBL node.
 class PurityMethodNode
          Kind of Stmt inside node, but global to the method.
 class PurityParamNode
          A node representing a method parameter.
 class PurityStmtNode
          A node created dynamically and attached to a statement Stmt.
 class PurityThisNode
          A node representing the this parameter.
 

Methods in soot.jimple.toolkits.annotation.purity that return PurityNode
 PurityNode PurityEdge.getTarget()
           
 PurityNode PurityEdge.getSource()
           
 

Methods in soot.jimple.toolkits.annotation.purity with parameters of type PurityNode
protected  void PurityGraph.internalPassNode(PurityNode node, Set dest, boolean consider_inside)
           
protected  int PurityGraph.internalParamStatus(PurityNode p)
           
protected  boolean PurityGraph.localsPut(Local local, PurityNode node)
           
protected  void PurityGraph.removeNode(PurityNode n)
          Utility function to remove a node & all adjacent edges
protected  void PurityGraph.mergeNodes(PurityNode src, PurityNode dst)
          Utility function to merge node src into dst; src is removed