public class ThrowManager
extends java.lang.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)