|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
public interface ExternalVisibility
Defines which methods are seen by the string analysis as being accessible from unknown code.
| Method Summary | |
|---|---|
boolean |
isExternallyVisibleField(SootField field)
Defines which fields are seen by the string analysis as being acecssible from unknown code. |
boolean |
isExternallyVisibleMethod(SootMethod sm)
Defines which methods are seen by the string analysis as being accessible from unknown code. |
| Method Detail |
|---|
boolean isExternallyVisibleField(SootField field)
field - a field in the application being analyzed
boolean isExternallyVisibleMethod(SootMethod sm)
sm - a method in the analyzed code.
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||