Class DecHelper
- java.lang.Object
-
- org.jetbrains.java.decompiler.modules.decompiler.DecHelper
-
public final class DecHelper extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DecHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleancheckStatementExceptions(java.util.List<? extends Statement> lst)static java.util.List<Exprent>copyExprentList(java.util.List<? extends Exprent> lst)static java.util.Set<Statement>getUniquePredExceptions(Statement head)static booleaninvalidHeadMerge(Statement head)static booleanisChoiceStatement(Statement head, java.util.List<? super Statement> lst)
-
-
-
Method Detail
-
checkStatementExceptions
public static boolean checkStatementExceptions(java.util.List<? extends Statement> lst)
-
isChoiceStatement
public static boolean isChoiceStatement(Statement head, java.util.List<? super Statement> lst)
-
getUniquePredExceptions
public static java.util.Set<Statement> getUniquePredExceptions(Statement head)
-
invalidHeadMerge
public static boolean invalidHeadMerge(Statement head)
-
-