|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IMember
Basic interface for an object that represents a single Java member (method or field) for analysis purposes.
| Method Summary | |
|---|---|
IClass |
getDeclaringClass()
Return the object that represents the declaring class for this member. |
Atom |
getName()
|
boolean |
isStatic()
Is this member static? |
boolean |
isVolatile()
Is this member volatile? |
| Methods inherited from interface com.ibm.wala.ipa.cha.IClassHierarchyDweller |
|---|
getClassHierarchy |
| Method Detail |
|---|
IClass getDeclaringClass()
Atom getName()
boolean isStatic()
boolean isVolatile()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||