Interface BugChecker.ParameterizedTypeTreeMatcher
- All Superinterfaces:
Suppressible
- All Known Implementing Classes:
VoidMissingNullable
- Enclosing class:
- BugChecker
public static interface BugChecker.ParameterizedTypeTreeMatcher extends Suppressible
-
Method Summary
Modifier and Type Method Description Description
matchParameterizedType(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)
-