Interface BugChecker.SynchronizedTreeMatcher

All Superinterfaces:
Suppressible
All Known Implementing Classes:
LockOnBoxedPrimitive, LockOnNonEnclosingClassLiteral, StaticGuardedByInstance, SynchronizeOnNonFinalField
Enclosing class:
BugChecker

public static interface BugChecker.SynchronizedTreeMatcher extends Suppressible
Author:
Colin Decker, Eddie Aftandilian (eaftan@google.com)
  • Method Details

    • matchSynchronized

      Description matchSynchronized(com.sun.source.tree.SynchronizedTree tree, VisitorState state)