|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | 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 |
isDeclared()
Returns true when some SootClass object declares this object. |
boolean |
isPhantom()
Returns true when this object is from a phantom class. |
boolean |
isPrivate()
Convenience method returning true if this class member is private. |
boolean |
isProtected()
Convenience method returning true if this class member is protected. |
boolean |
isPublic()
Convenience method returning true if this class member is public. |
boolean |
isStatic()
Convenience method returning true if this class member is static. |
void |
setModifiers(int modifiers)
Sets modifiers of this class member. |
Method Detail |
public SootClass getDeclaringClass()
public boolean isDeclared()
public boolean isPhantom()
public boolean isProtected()
public boolean isPrivate()
public boolean isPublic()
public boolean isStatic()
public void setModifiers(int modifiers)
public int getModifiers()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |