Package net.sourceforge.pmd.reporting
Interface AbstractAnnotationSuppressor.AnnotationWalkCallbacks
- Enclosing class:
AbstractAnnotationSuppressor<A extends Node>
protected static interface AbstractAnnotationSuppressor.AnnotationWalkCallbacks
Callbacks for a walk over an annotation.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanprocessNode(Node annotationParam, @NonNull String stringValue) Process one parameter of the annotation being walked.
-
Method Details
-
processNode
Process one parameter of the annotation being walked.- Parameters:
annotationParam- The node corresponding to the parameterstringValue- The string extracted from the node
-