Uses of Class
com.google.errorprone.bugpatterns.threadsafety.GuardedBySymbolResolver
-
Uses of GuardedBySymbolResolver in com.google.errorprone.bugpatterns.threadsafety
Modifier and TypeMethodDescriptionstatic GuardedBySymbolResolver
GuardedBySymbolResolver.from
(com.sun.source.tree.Tree tree, VisitorState visitorState) static GuardedBySymbolResolver
GuardedBySymbolResolver.from
(com.sun.tools.javac.code.Symbol.ClassSymbol owner, com.google.errorprone.bugpatterns.threadsafety.GuardedBySymbolResolver.MethodInfo method, com.sun.source.tree.CompilationUnitTree compilationUnit, com.sun.tools.javac.util.Context context, com.sun.source.tree.Tree leaf, VisitorState visitorState) Modifier and TypeMethodDescriptionstatic Optional
<GuardedByExpression> GuardedByBinder.bindString
(String string, GuardedBySymbolResolver resolver, GuardedByFlags flags) Creates aGuardedByExpression
from a string, given the resolution context.