Class RedundantTries
- java.lang.Object
-
- org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters.RedundantTries
-
public class RedundantTries extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RedundantTries()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<Op03SimpleStatement>
removeRedundantTries(java.util.List<Op03SimpleStatement> statements)
-
-
-
Method Detail
-
removeRedundantTries
public static java.util.List<Op03SimpleStatement> removeRedundantTries(java.util.List<Op03SimpleStatement> statements)
-
-