public class OnFlyCallGraphBuilder.DefaultReflectionModel extends Object implements ReflectionModel
| Modifier and Type | Field and Description |
|---|---|
protected CGOptions |
options |
protected HashSet<SootMethod> |
warnedAlready |
| Constructor and Description |
|---|
DefaultReflectionModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
classForName(SootMethod source,
Stmt s) |
void |
classNewInstance(SootMethod source,
Stmt s) |
void |
contructorNewInstance(SootMethod source,
Stmt s) |
void |
methodInvoke(SootMethod container,
Stmt invokeStmt) |
protected final CGOptions options
protected final HashSet<SootMethod> warnedAlready
public void classForName(SootMethod source, Stmt s)
classForName in interface ReflectionModelpublic void classNewInstance(SootMethod source, Stmt s)
classNewInstance in interface ReflectionModelpublic void contructorNewInstance(SootMethod source, Stmt s)
contructorNewInstance in interface ReflectionModelpublic void methodInvoke(SootMethod container, Stmt invokeStmt)
methodInvoke in interface ReflectionModelCopyright © 2024 Soot OSS. All rights reserved.