public interface ReflectionModel
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) |
void methodInvoke(SootMethod container, Stmt invokeStmt)
void classNewInstance(SootMethod source, Stmt s)
void contructorNewInstance(SootMethod source, Stmt s)
void classForName(SootMethod source, Stmt s)