public class NullityInferrer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NOTHING_FOUND_TO_INFER |
Constructor and Description |
---|
NullityInferrer(boolean annotateLocalVariables,
Project project) |
Modifier and Type | Method and Description |
---|---|
void |
apply(Project project) |
static void |
apply(Project project,
NullableNotNullManager manager,
UsageInfo info) |
void |
collect(PsiFile file) |
int |
getCount() |
static void |
nothingFoundMessage(Project project) |
public static final java.lang.String NOTHING_FOUND_TO_INFER
public NullityInferrer(boolean annotateLocalVariables, Project project)