public class JavaNullMethodArgumentUtil
extends java.lang.Object
Constructor and Description |
---|
JavaNullMethodArgumentUtil() |
Modifier and Type | Method and Description |
---|---|
static boolean |
hasNullArgument(PsiMethod method,
int argumentIdx) |
static void |
searchNullArgument(PsiMethod method,
int argumentIdx,
Processor<? super PsiExpression> nullArgumentProcessor) |
public static boolean hasNullArgument(PsiMethod method, int argumentIdx)
public static void searchNullArgument(PsiMethod method, int argumentIdx, Processor<? super PsiExpression> nullArgumentProcessor)