Public Methods | |
InfoAnalysis (SootClass sootClass) | |
List | getMethodsInfoList () |
Static Protected Attributes | |
Set | nativeMdSig |
Private Attributes | |
List | methodsInClass = new ArrayList() |
Definition at line 51 of file InfoAnalysis.java.
|
Analyse one class, and build up MethodInfo for each method in the class.
Definition at line 65 of file InfoAnalysis.java. |
|
Get a list of MethodInfo for each method in the class. Definition at line 110 of file InfoAnalysis.java. Referenced by Slicer::basicInformation().
|
|
a list of MethodInfo for all methods in the class. Definition at line 55 of file InfoAnalysis.java. |
|
a set of SootMethods that are native methods. Definition at line 59 of file InfoAnalysis.java. |