Interface BugChecker.IdentifierTreeMatcher
- All Superinterfaces:
Suppressible
- All Known Implementing Classes:
AndroidJdkLibsChecker
,ApiDiffChecker
,FloggerRequiredModifiers
,Java7ApiChecker
,Java8ApiChecker
,JodaDateTimeConstants
- Enclosing class:
- BugChecker
public static interface BugChecker.IdentifierTreeMatcher extends Suppressible
-
Method Summary
Modifier and Type Method Description Description
matchIdentifier(com.sun.source.tree.IdentifierTree tree, VisitorState state)
Methods inherited from interface com.google.errorprone.matchers.Suppressible
allNames, canonicalName, customSuppressionAnnotations, supportsSuppressWarnings, suppressedByAnyOf
-
Method Details
-
matchIdentifier
-