Class ImplicitNullabilityCheck.Result

  • Enclosing class:
    ImplicitNullabilityCheck

    public static class ImplicitNullabilityCheck.Result
    extends java.lang.Object
    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 "?").