|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides methods common to Soot objects belonging to classes, namely SootField and SootMethod.
Method Summary | |
SootClass |
getDeclaringClass()
Returns the SootClass declaring this one. |
int |
getModifiers()
Returns modifiers of this class member. |
boolean |
isPrivate()
Convenience class returning true if this class member is private. |
boolean |
isProtected()
Convenience class returning true if this class member is protected. |
boolean |
isPublic()
Convenience class returning true if this class member is public. |
void |
setModifiers(int modifiers)
Sets modifiers of this class member. |
Method Detail |
public SootClass getDeclaringClass()
public boolean isProtected()
public boolean isPrivate()
public boolean isPublic()
public void setModifiers(int modifiers)
public int getModifiers()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |