|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents a single context-sensitive edge in a call graph.
Method Summary | |
Kind |
kind()
The kind of edge. |
SootMethod |
src()
The method in which the call occurs; may be null for calls not occurring in a specific method (eg. |
Context |
srcCtxt()
The context at the source of the call. |
Stmt |
srcStmt()
|
Unit |
srcUnit()
The unit at which the call occurs; may be null for calls not occurring at a specific statement (eg. |
SootMethod |
tgt()
The target method of the call edge. |
Context |
tgtCtxt()
The context at the target of the call. |
Method Detail |
public Context srcCtxt()
public SootMethod src()
public Unit srcUnit()
public Stmt srcStmt()
public Context tgtCtxt()
public SootMethod tgt()
public Kind kind()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |