Class ControlFlowIntDiv0Exception
java.lang.Object
org.benf.cfr.reader.bytecode.analysis.opgraph.op02obf.SimpleControlFlowBase
org.benf.cfr.reader.bytecode.analysis.opgraph.op02obf.ControlFlowIntDiv0Exception
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Op02WithProcessedDataAndRefscheckHandler(List<Op02WithProcessedDataAndRefs> op2list, int idx) protected booleancheckTry(List<Op02WithProcessedDataAndRefs> op2list, int from, int to, Op02WithProcessedDataAndRefs handlerJmp) Methods inherited from class SimpleControlFlowBase
check, checkHandler, getLastTargetIf, getLastTargetIf, process, skipOneSillyHandler, skipSillyHandler
-
Field Details
-
Instance
-
-
Constructor Details
-
ControlFlowIntDiv0Exception
public ControlFlowIntDiv0Exception()
-
-
Method Details
-
checkTry
protected boolean checkTry(List<Op02WithProcessedDataAndRefs> op2list, int from, int to, Op02WithProcessedDataAndRefs handlerJmp) - Specified by:
checkTryin classSimpleControlFlowBase
-
checkHandler
protected Op02WithProcessedDataAndRefs checkHandler(List<Op02WithProcessedDataAndRefs> op2list, int idx) - Specified by:
checkHandlerin classSimpleControlFlowBase
-