Uses of Interface
net.sourceforge.pmd.reporting.ViolationSuppressor.SuppressionCommentWrapper
-
Packages that use ViolationSuppressor.SuppressionCommentWrapper Package Description net.sourceforge.pmd.lang.ast net.sourceforge.pmd.lang.ast.impl net.sourceforge.pmd.lang.ast.impl.javacc Support classes for language implementations based on JavaCC. -
-
Uses of ViolationSuppressor.SuppressionCommentWrapper in net.sourceforge.pmd.lang.ast
Methods in net.sourceforge.pmd.lang.ast that return ViolationSuppressor.SuppressionCommentWrapper Modifier and Type Method Description @Nullable ViolationSuppressor.SuppressionCommentWrapperAstInfo. getSuppressionComment(int lineNumber)Return the suppresson comment at the given line, or null if there is none.Methods in net.sourceforge.pmd.lang.ast that return types with arguments of type ViolationSuppressor.SuppressionCommentWrapper Modifier and Type Method Description Collection<ViolationSuppressor.SuppressionCommentWrapper>AstInfo. getAllSuppressionComments()Return all suppression comments in the file.Method parameters in net.sourceforge.pmd.lang.ast with type arguments of type ViolationSuppressor.SuppressionCommentWrapper Modifier and Type Method Description AstInfo<T>AstInfo. withSuppressionComments(Collection<? extends ViolationSuppressor.SuppressionCommentWrapper> suppressionComments) -
Uses of ViolationSuppressor.SuppressionCommentWrapper in net.sourceforge.pmd.lang.ast.impl
Classes in net.sourceforge.pmd.lang.ast.impl that implement ViolationSuppressor.SuppressionCommentWrapper Modifier and Type Class Description classSuppressionCommentImpl<T extends Reportable>Simple implementation ofViolationSuppressor.SuppressionCommentWrapper. -
Uses of ViolationSuppressor.SuppressionCommentWrapper in net.sourceforge.pmd.lang.ast.impl.javacc
Methods in net.sourceforge.pmd.lang.ast.impl.javacc that return types with arguments of type ViolationSuppressor.SuppressionCommentWrapper Modifier and Type Method Description Collection<ViolationSuppressor.SuppressionCommentWrapper>AbstractTokenManager. getSuppressionComments()
-