Interface BugChecker.AssignmentTreeMatcher
- All Superinterfaces:
Suppressible
- All Known Implementing Classes:
CompileTimeConstantChecker
,FieldMissingNullable
,IdentityHashMapUsage
,IntLongMath
,NoAllocationChecker
,NonAtomicVolatileUpdate
,SelfAssignment
,TimeUnitMismatch
,UnnecessarilyUsedValue
,UnnecessaryAssignment
,UnnecessaryBoxedAssignment
,UnsafeWildcard
- Enclosing class:
- BugChecker
public static interface BugChecker.AssignmentTreeMatcher extends Suppressible
-
Method Summary
Modifier and Type Method Description Description
matchAssignment(com.sun.source.tree.AssignmentTree tree, VisitorState state)
Methods inherited from interface com.google.errorprone.matchers.Suppressible
allNames, canonicalName, customSuppressionAnnotations, supportsSuppressWarnings, suppressedByAnyOf
-
Method Details
-
matchAssignment
-