Uses of Class
com.google.errorprone.dataflow.nullnesspropagation.NullnessAnalysis
Packages that use NullnessAnalysis
Package
Description
Utility code.
-
Uses of NullnessAnalysis in com.google.errorprone
Methods in com.google.errorprone that return NullnessAnalysis -
Uses of NullnessAnalysis in com.google.errorprone.dataflow.nullnesspropagation
Methods in com.google.errorprone.dataflow.nullnesspropagation that return NullnessAnalysisModifier and TypeMethodDescriptionstatic NullnessAnalysisNullnessAnalysis.instance(com.sun.tools.javac.util.Context context) Retrieve an instance ofNullnessAnalysisfrom thecontext. -
Uses of NullnessAnalysis in com.google.errorprone.util
Methods in com.google.errorprone.util with parameters of type NullnessAnalysisModifier and TypeMethodDescriptionstatic NullnessASTHelpers.getNullnessValue(ExpressionTree expr, VisitorState state, NullnessAnalysis nullnessAnalysis) Returns theNullnessfor an expression as determined by the nullness dataflow analysis.