public class RedundantCastUtil
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.util.List<PsiTypeCastExpression> |
getRedundantCastsInside(PsiElement where) |
static boolean |
isCastRedundant(PsiTypeCastExpression typeCast) |
static boolean |
isInPolymorphicCall(PsiTypeCastExpression typeCast) |
public static java.util.List<PsiTypeCastExpression> getRedundantCastsInside(PsiElement where)
public static boolean isCastRedundant(PsiTypeCastExpression typeCast)
public static boolean isInPolymorphicCall(PsiTypeCastExpression typeCast)