public class AbstractCallSite extends Object
| Modifier and Type | Field and Description |
|---|---|
protected SootMethod |
container |
protected Stmt |
stmt |
| Constructor and Description |
|---|
AbstractCallSite(Stmt stmt,
SootMethod container) |
| Modifier and Type | Method and Description |
|---|---|
SootMethod |
getContainer() |
Stmt |
getStmt() |
protected Stmt stmt
protected SootMethod container
public AbstractCallSite(Stmt stmt, SootMethod container)
public Stmt getStmt()
public SootMethod getContainer()
Copyright © 2020 Soot OSS. All rights reserved.