Class Op03Blocks
java.lang.Object
org.benf.cfr.reader.bytecode.analysis.opgraph.Op03Blocks
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<Op03SimpleStatement> combineTryBlocks(List<Op03SimpleStatement> statements) static List<Op03SimpleStatement> topologicalSort(List<Op03SimpleStatement> statements, DecompilerComments comments, Options options)
-
Constructor Details
-
Op03Blocks
public Op03Blocks()
-
-
Method Details
-
combineTryBlocks
-
topologicalSort
public static List<Op03SimpleStatement> topologicalSort(List<Op03SimpleStatement> statements, DecompilerComments comments, Options options)
-