Interface BugChecker.TypeCastTreeMatcher
- All Superinterfaces:
Suppressible
- All Known Implementing Classes:
BadComparable
,BundleDeserializationCast
,FloatCast
,InstanceOfAndCastMatchWrongType
,NegativeCharLiteral
,NoAllocationChecker
,UnsafeReflectiveConstructionCast
,UnsafeWildcard
- Enclosing class:
BugChecker
- Author:
- Colin Decker, Eddie Aftandilian (eaftan@google.com)
-
Method Summary
Modifier and TypeMethodDescriptionmatchTypeCast
(com.sun.source.tree.TypeCastTree tree, VisitorState state) Methods inherited from interface com.google.errorprone.matchers.Suppressible
allNames, canonicalName, customSuppressionAnnotations, supportsSuppressWarnings, suppressedByAnyOf
-
Method Details
-
matchTypeCast
-