public class ThrowManager extends Object
| Constructor and Description |
|---|
ThrowManager() |
| Modifier and Type | Method and Description |
|---|---|
static Stmt |
getNullPointerExceptionThrower(JimpleBody b)
Iterate through the statements in b (starting at the end), returning the last instance of the following pattern:
r928 = new java.lang.NullPointerException; specialinvoke r928."
|
public static Stmt getNullPointerExceptionThrower(JimpleBody b)
Copyright © 2020 Soot OSS. All rights reserved.