|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsoot.jimple.toolkits.annotation.purity.PurityParamNode
A node representing a method parameter. Each method parameter has a number, starting from 0.
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 |
public String toString()
public int hashCode()
public boolean equals(Object o)
public boolean isInside()
PurityNode
isInside
in interface PurityNode
public boolean isLoad()
PurityNode
isLoad
in interface PurityNode
public boolean isParam()
PurityNode
isParam
in interface PurityNode
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |