public interface ContextSensitiveEdge
Modifier and Type | Method and Description |
---|---|
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.
|
Context srcCtxt()
SootMethod src()
Unit srcUnit()
Stmt srcStmt()
Context tgtCtxt()
SootMethod tgt()
Kind kind()