soot.jimple.toolkits.annotation.purity
Class PurityMethodNode

java.lang.Object
  extended bysoot.jimple.toolkits.annotation.purity.PurityMethodNode
All Implemented Interfaces:
PurityNode

public class PurityMethodNode
extends Object
implements PurityNode

Kind of Stmt inside node, but global to the method. Used for synthetic summary of unalysed methods returning a fresh object.


Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 boolean isInside()
          Is it an inside node ?
 boolean isLoad()
          Is it a load node ?
 boolean isParam()
          Is it a parameter or this node ?
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public String toString()

hashCode

public int hashCode()

equals

public boolean equals(Object o)

isInside

public boolean isInside()
Description copied from interface: PurityNode
Is it an inside node ?

Specified by:
isInside in interface PurityNode

isLoad

public boolean isLoad()
Description copied from interface: PurityNode
Is it a load node ?

Specified by:
isLoad in interface PurityNode

isParam

public boolean isParam()
Description copied from interface: PurityNode
Is it a parameter or this node ?

Specified by:
isParam in interface PurityNode