Interface BugChecker.ParameterizedTypeTreeMatcher
- All Superinterfaces:
Suppressible
- All Known Implementing Classes:
VoidMissingNullable
- Enclosing class:
BugChecker
- Author:
- Colin Decker, Eddie Aftandilian (eaftan@google.com)
-
Method Summary
Modifier and TypeMethodDescriptionmatchParameterizedType
(com.sun.source.tree.ParameterizedTypeTree tree, VisitorState state) Methods inherited from interface com.google.errorprone.matchers.Suppressible
allNames, canonicalName, customSuppressionAnnotations, supportsSuppressWarnings, suppressedByAnyOf
-
Method Details
-
matchParameterizedType
Description matchParameterizedType(com.sun.source.tree.ParameterizedTypeTree tree, VisitorState state)
-