Class ControlFlowGraphMaker
- java.lang.Object
-
- org.jd.core.v1.service.converter.classfiletojavasyntax.util.ControlFlowGraphMaker
-
public class ControlFlowGraphMaker extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ControlFlowGraphMaker.CodeExceptionComparator
-
Field Summary
Fields Modifier and Type Field Description protected static ControlFlowGraphMaker.CodeExceptionComparator
CODE_EXCEPTION_COMPARATOR
protected static BasicBlock
MARK
-
Constructor Summary
Constructors Constructor Description ControlFlowGraphMaker()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static boolean
checkILOADForIINC(byte[] code, int offset, int index)
static ControlFlowGraph
make(Method method)
-
-
-
Field Detail
-
MARK
protected static final BasicBlock MARK
-
CODE_EXCEPTION_COMPARATOR
protected static final ControlFlowGraphMaker.CodeExceptionComparator CODE_EXCEPTION_COMPARATOR
-
-
Method Detail
-
make
public static ControlFlowGraph make(Method method)
-
checkILOADForIINC
protected static boolean checkILOADForIINC(byte[] code, int offset, int index)
-
-