Class ControlFlowGraphBuilder
java.lang.Object
com.strobel.assembler.flowanalysis.ControlFlowGraphBuilder
-
Method Summary
Modifier and TypeMethodDescriptionfinal ControlFlowGraphbuild()static ControlFlowGraphbuild(MethodBody methodBody) static ControlFlowGraphbuild(List<Instruction> instructions, List<ExceptionHandler> exceptionHandlers)
-
Method Details
-
build
-
build
public static ControlFlowGraph build(List<Instruction> instructions, List<ExceptionHandler> exceptionHandlers) -
build
-