Package | Description |
---|---|
soot |
Base Soot classes, shared by different intermediate representations.
|
soot.jimple.spark.builder | |
soot.jimple.spark.pag |
Modifier and Type | Field and Description |
---|---|
HashMap<SootMethod,MethodPAG> |
G.MethodPAG_methodToPag |
HashMap<SootMethod,MethodPAG> |
G.MethodPAG_methodToPag |
Modifier and Type | Field and Description |
---|---|
protected MethodPAG |
MethodNodeFactory.mpag |
protected MethodPAG |
MethodNodeFactory.mpag |
Constructor and Description |
---|
MethodNodeFactory(PAG pag,
MethodPAG mpag) |
MethodNodeFactory(PAG pag,
MethodPAG mpag) |
Modifier and Type | Method and Description |
---|---|
static MethodPAG |
MethodPAG.v(PAG pag,
SootMethod m) |
static MethodPAG |
MethodPAG.v(PAG pag,
SootMethod m) |
Modifier and Type | Method and Description |
---|---|
void |
PAG.addCallTarget(MethodPAG srcmpag,
MethodPAG tgtmpag,
Stmt s,
Context srcContext,
Context tgtContext,
Edge e)
Adds method target as a possible target of the invoke expression in s.
|
void |
PAG.addCallTarget(MethodPAG srcmpag,
MethodPAG tgtmpag,
Stmt s,
Context srcContext,
Context tgtContext,
Edge e)
Adds method target as a possible target of the invoke expression in s.
|