Class ExitHelper
- java.lang.Object
-
- org.jetbrains.java.decompiler.modules.decompiler.ExitHelper
-
public final class ExitHelper extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ExitHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanadjustReturnType(RootStatement root, MethodDescriptor desc)static booleancondenseExits(RootStatement root)static booleanremoveRedundantReturns(RootStatement root)
-
-
-
Method Detail
-
condenseExits
public static boolean condenseExits(RootStatement root)
-
removeRedundantReturns
public static boolean removeRedundantReturns(RootStatement root)
-
adjustReturnType
public static boolean adjustReturnType(RootStatement root, MethodDescriptor desc)
-
-