public class ControlFlowNullException extends SimpleControlFlowBase
Modifier and Type | Field and Description |
---|---|
static ControlFlowNullException |
Instance |
Constructor and Description |
---|
ControlFlowNullException() |
Modifier and Type | Method and Description |
---|---|
protected Op02WithProcessedDataAndRefs |
checkHandler(java.util.List<Op02WithProcessedDataAndRefs> op2list,
int idx) |
protected boolean |
checkTry(java.util.List<Op02WithProcessedDataAndRefs> op2list,
int from,
int to,
Op02WithProcessedDataAndRefs handlerJmp) |
check, checkHandler, getLastTargetIf, getLastTargetIf, process, skipOneSillyHandler, skipSillyHandler
public static ControlFlowNullException Instance
protected boolean checkTry(java.util.List<Op02WithProcessedDataAndRefs> op2list, int from, int to, Op02WithProcessedDataAndRefs handlerJmp)
checkTry
in class SimpleControlFlowBase
protected Op02WithProcessedDataAndRefs checkHandler(java.util.List<Op02WithProcessedDataAndRefs> op2list, int idx)
checkHandler
in class SimpleControlFlowBase