Package com.google.javascript.jscomp
Class ImplicitNullabilityCheck.Result
java.lang.Object
com.google.javascript.jscomp.ImplicitNullabilityCheck.Result
- Enclosing class:
ImplicitNullabilityCheck
Information to represent a single "implicit nullability result", including the JSDoc string
node that needs a "!" or "?" to be explicit, as well as an enum indicating which of the two
nullability cases were found ("!" or "?").
-
Method Summary
-
Method Details
-
getNullability
-
getNode
-