Public Attributes | |
SootMethod | callerSootMethod |
Private Attributes | |
Stmt | callStmt |
InvokeExpr | invokeExpr |
Value | baseValue |
Definition at line 41 of file CallSite.java.
|
The actual value of the base for the call site. Definition at line 66 of file CallSite.java. |
|
The statement where the call site is involved. Definition at line 49 of file CallSite.java. |
|
The method where the call site locates Definition at line 45 of file CallSite.java. |
|
Invoke expressor for the call site. Definition at line 53 of file CallSite.java. |