Uses of Class
com.google.errorprone.SuppressionInfo
-
Uses of SuppressionInfo in com.google.errorprone
Modifier and TypeMethodDescriptionSuppressionInfo.forCompilationUnit
(com.sun.source.tree.CompilationUnitTree tree, VisitorState state) Generates theSuppressionInfo
for aCompilationUnitTree
.SuppressionInfo.withExtendedSuppressions
(com.sun.tools.javac.code.Symbol sym, VisitorState state, Set<? extends com.sun.tools.javac.util.Name> customSuppressionAnnosToLookFor) Returns an instance ofSuppressionInfo
that takes into account any suppression signals present onsym
as well as those already stored inthis
.