Interface Suppressible

    • Method Detail

      • allNames

        Set<String> allNames()
        Returns all of the name strings that this checker should respect as part of a @SuppressWarnings annotation.
      • canonicalName

        String canonicalName()
        The canonical name of the check.
      • supportsSuppressWarnings

        boolean supportsSuppressWarnings()
        Returns true if this checker can be suppressed using @SuppressWarnings.
      • customSuppressionAnnotations

        Set<Class<? extends Annotation>> customSuppressionAnnotations()
        Returns the custom suppression annotations for this checker, if custom suppression is used.
      • suppressedByAnyOf

        boolean suppressedByAnyOf​(Set<com.sun.tools.javac.util.Name> annotations,
                                  VisitorState s)