public class JavaSliceNullnessAnalyzer extends SliceNullnessAnalyzerBase
SliceNullnessAnalyzerBase.NullAnalysisResult| Constructor and Description |
|---|
JavaSliceNullnessAnalyzer() |
| Modifier and Type | Method and Description |
|---|---|
protected Nullability |
checkNullability(PsiElement element)
Implementors must override this method; default implementation just throws UnsupportedOperationException.
|
calcNullableLeaves, createMap, createNewTree, startAnalyzeNullnessprotected Nullability checkNullability(PsiElement element)
SliceNullnessAnalyzerBasecheckNullability in class SliceNullnessAnalyzerBaseelement - element to find nullability for