Interface CanSuppressWarnings
-
- All Known Implementing Classes:
ASTClassOrInterfaceBodyDeclaration,ASTFormalParameter,ASTLocalVariableDeclaration,ASTResource,ASTTypeDeclaration
@Deprecated public interface CanSuppressWarnings
Deprecated.This interface will be removed, the AST should not know about rules.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleanhasSuppressWarningsAnnotationFor(net.sourceforge.pmd.Rule rule)Deprecated.
-
-
-
Method Detail
-
hasSuppressWarningsAnnotationFor
@Deprecated boolean hasSuppressWarningsAnnotationFor(net.sourceforge.pmd.Rule rule)
Deprecated.
-
-