| 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 |
| Modifier and Type | Field and Description |
|---|---|
protected MethodPAG |
MethodNodeFactory.mpag |
| Constructor and Description |
|---|
MethodNodeFactory(PAG pag,
MethodPAG mpag) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2020 Soot OSS. All rights reserved.