Class ControlFlowIntDiv0Exception
- java.lang.Object
-
- org.benf.cfr.reader.bytecode.analysis.opgraph.op02obf.SimpleControlFlowBase
-
- org.benf.cfr.reader.bytecode.analysis.opgraph.op02obf.ControlFlowIntDiv0Exception
-
public class ControlFlowIntDiv0Exception extends SimpleControlFlowBase
-
-
Field Summary
Fields Modifier and Type Field Description static ControlFlowIntDiv0Exception
Instance
-
Constructor Summary
Constructors Constructor Description ControlFlowIntDiv0Exception()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
Methods inherited from class org.benf.cfr.reader.bytecode.analysis.opgraph.op02obf.SimpleControlFlowBase
check, checkHandler, getLastTargetIf, getLastTargetIf, process, skipOneSillyHandler, skipSillyHandler
-
-
-
-
Field Detail
-
Instance
public static ControlFlowIntDiv0Exception Instance
-
-
Method Detail
-
checkTry
protected boolean checkTry(java.util.List<Op02WithProcessedDataAndRefs> op2list, int from, int to, Op02WithProcessedDataAndRefs handlerJmp)
- Specified by:
checkTry
in classSimpleControlFlowBase
-
checkHandler
protected Op02WithProcessedDataAndRefs checkHandler(java.util.List<Op02WithProcessedDataAndRefs> op2list, int idx)
- Specified by:
checkHandler
in classSimpleControlFlowBase
-
-