Interface BugChecker.IntersectionTypeTreeMatcher
- All Superinterfaces:
Suppressible
- Enclosing class:
- BugChecker
public static interface BugChecker.IntersectionTypeTreeMatcher extends Suppressible
-
Method Summary
Modifier and Type Method Description Description
matchIntersectionType(com.sun.source.tree.IntersectionTypeTree tree, VisitorState state)
Methods inherited from interface com.google.errorprone.matchers.Suppressible
allNames, canonicalName, customSuppressionAnnotations, supportsSuppressWarnings, suppressedByAnyOf
-
Method Details
-
matchIntersectionType
Description matchIntersectionType(com.sun.source.tree.IntersectionTypeTree tree, VisitorState state)
-