soot.jimple.toolkits.annotation.purity
Class PurityGlobalNode

java.lang.Object
  extended by soot.jimple.toolkits.annotation.purity.PurityGlobalNode
All Implemented Interfaces:
PurityNode

public class PurityGlobalNode
extends Object
implements PurityNode

The GBL node.


Field Summary
static PurityGlobalNode node
           
 
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
 

Field Detail

node

public static PurityGlobalNode node
Method Detail

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

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