Class IsNonNullMatcher

java.lang.Object
com.google.errorprone.matchers.IsNonNullMatcher
All Implemented Interfaces:
Matcher<ExpressionTree>, Serializable

public final class IsNonNullMatcher extends Object implements Matcher<ExpressionTree>
Matches expressions that can be statically determined to be non-null. The matcher should have few if any false positives but has many, many false negatives.
See Also: