|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClassMember
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 |
---|
SootClass getDeclaringClass()
boolean isDeclared()
boolean isPhantom()
boolean isProtected()
boolean isPrivate()
boolean isPublic()
boolean isStatic()
void setModifiers(int modifiers)
int getModifiers()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |