Class GuardedByExpression.LocalVariable
java.lang.Object
com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression
com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression.LocalVariable
- Enclosing class:
GuardedByExpression
A local variable (or parameter), resolved as part of a lock access expression.
- Author:
- cushon@google.com (Liam Miller-Cushon)
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression
GuardedByExpression.ClassLiteral, GuardedByExpression.Erroneous, GuardedByExpression.Factory, GuardedByExpression.Kind, GuardedByExpression.LocalVariable, GuardedByExpression.Select, GuardedByExpression.ThisLiteral, GuardedByExpression.TypeLiteral
-
Constructor Summary
-
Method Summary
Methods inherited from class com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression
debugPrint, kind, sym, toString, type
-
Constructor Details
-
LocalVariable
public LocalVariable()
-
-
Method Details
-
create
-