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

CallSite Class Reference

List of all members.

Public Attributes

SootMethod callerSootMethod

Private Attributes

Stmt callStmt
InvokeExpr invokeExpr
Value baseValue

Detailed Description

The class for accessing information of one call site.

Definition at line 41 of file CallSite.java.


Member Data Documentation

Value CallSite::baseValue [private]
 

The actual value of the base for the call site.
For example,
a = new T();
...;
b = a;
c = b;
c.m();
will make the base value of the call site c.m(); as new T(), although the base if this call site is c.

Definition at line 66 of file CallSite.java.

Stmt CallSite::callStmt [private]
 

The statement where the call site is involved.

Definition at line 49 of file CallSite.java.

SootMethod CallSite::callerSootMethod
 

The method where the call site locates

Definition at line 45 of file CallSite.java.

InvokeExpr CallSite::invokeExpr [private]
 

Invoke expressor for the call site.

Definition at line 53 of file CallSite.java.


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