Main Page   Packages   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

InfoAnalysis Class Reference

List of all members.

Public Methods

 InfoAnalysis (SootClass sootClass)
List getMethodsInfoList ()

Static Protected Attributes

Set nativeMdSig

Private Attributes

List methodsInClass = new ArrayList()

Detailed Description

This class is for

Definition at line 51 of file InfoAnalysis.java.


Constructor & Destructor Documentation

InfoAnalysis::InfoAnalysis SootClass   sootClass [inline]
 

Analyse one class, and build up MethodInfo for each method in the class.

Parameters:
sootClass   class need to be analysed.

Definition at line 65 of file InfoAnalysis.java.


Member Function Documentation

List InfoAnalysis::getMethodsInfoList   [inline]
 

Get a list of MethodInfo for each method in the class.

Definition at line 110 of file InfoAnalysis.java.

Referenced by Slicer::basicInformation().


Member Data Documentation

List InfoAnalysis::methodsInClass = new ArrayList() [private]
 

a list of MethodInfo for all methods in the class.

Definition at line 55 of file InfoAnalysis.java.

Set InfoAnalysis::nativeMdSig [static, protected]
 

a set of SootMethods that are native methods.

Definition at line 59 of file InfoAnalysis.java.


The documentation for this class was generated from the following file:
Generated at Thu Feb 7 07:13:42 2002 for Bandera by doxygen1.2.10 written by Dimitri van Heesch, © 1997-2001