public interface ClassMember
Modifier and Type | Method and Description |
---|---|
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.
|
void |
setPhantom(boolean value)
Sets the phantom flag
|
SootClass getDeclaringClass()
boolean isDeclared()
boolean isPhantom()
void setPhantom(boolean value)
boolean isProtected()
boolean isPrivate()
boolean isPublic()
boolean isStatic()
void setModifiers(int modifiers)
int getModifiers()