public class Op03Blocks extends Object
Constructor and Description |
---|
Op03Blocks() |
Modifier and Type | Method and Description |
---|---|
static List<Op03SimpleStatement> |
combineTryBlocks(List<Op03SimpleStatement> statements) |
static List<Op03SimpleStatement> |
topologicalSort(List<Op03SimpleStatement> statements,
DecompilerComments comments,
Options options) |
public static List<Op03SimpleStatement> combineTryBlocks(List<Op03SimpleStatement> statements)
public static List<Op03SimpleStatement> topologicalSort(List<Op03SimpleStatement> statements, DecompilerComments comments, Options options)
Copyright © 2011-2021. All Rights Reserved.