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 Op02WithProcessedDataAndRefs
checkHandler
(List<Op02WithProcessedDataAndRefs> op2list, int idx) protected boolean
checkTry
(List<Op02WithProcessedDataAndRefs> op2list, int from, int to, Op02WithProcessedDataAndRefs handlerJmp) Methods inherited from class org.benf.cfr.reader.bytecode.analysis.opgraph.op02obf.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:
checkTry
in classSimpleControlFlowBase
-
checkHandler
protected Op02WithProcessedDataAndRefs checkHandler(List<Op02WithProcessedDataAndRefs> op2list, int idx) - Specified by:
checkHandler
in classSimpleControlFlowBase
-