@FunctionalInterface
public static interface PsiUtil.ApplicabilityChecker
| Modifier and Type | Field and Description |
|---|---|
static PsiUtil.ApplicabilityChecker |
ASSIGNABILITY_CHECKER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isApplicable(PsiType left,
PsiType right,
boolean allowUncheckedConversion,
int argId) |
static final PsiUtil.ApplicabilityChecker ASSIGNABILITY_CHECKER