Interface BugChecker.CompoundAssignmentTreeMatcher

All Superinterfaces:
Suppressible
All Known Implementing Classes:
AbstractToString, AnnotationMirrorToString, AnnotationValueToString, ArrayToString, LiteProtoToString, NarrowingCompoundAssignment, NoAllocationChecker, NonAtomicVolatileUpdate, ObjectToString, StreamToString, SymbolToString, TreeToString, TypeToString
Enclosing class:
BugChecker

public static interface BugChecker.CompoundAssignmentTreeMatcher extends Suppressible
  • Method Details

    • matchCompoundAssignment

      Description matchCompoundAssignment(com.sun.source.tree.CompoundAssignmentTree tree, VisitorState state)