Class ControlFlowGraphMaker
java.lang.Object
org.jd.core.v1.service.converter.classfiletojavasyntax.util.ControlFlowGraphMaker
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final ControlFlowGraphMaker.CodeExceptionComparator
protected static final BasicBlock
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static boolean
checkILOADForIINC
(byte[] code, int offset, int index) static ControlFlowGraph
-
Field Details
-
MARK
-
CODE_EXCEPTION_COMPARATOR
-
-
Constructor Details
-
ControlFlowGraphMaker
public ControlFlowGraphMaker()
-
-
Method Details
-
make
-
checkILOADForIINC
protected static boolean checkILOADForIINC(byte[] code, int offset, int index)
-