Interface BugChecker.TypeCastTreeMatcher
- All Superinterfaces:
Suppressible
- All Known Implementing Classes:
BadComparable
,BundleDeserializationCast
,FloatCast
,InstanceOfAndCastMatchWrongType
,NegativeCharLiteral
,NoAllocationChecker
,UnsafeReflectiveConstructionCast
,UnsafeWildcard
- Enclosing class:
- BugChecker
public static interface BugChecker.TypeCastTreeMatcher extends Suppressible
-
Method Summary
Modifier and Type Method Description Description
matchTypeCast(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
-