Class GuardedByExpression.TypeLiteral
java.lang.Object
com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression
com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression.TypeLiteral
- Enclosing class:
GuardedByExpression
The base expression for a static member select on a class literal (e.g. ClassName.fieldName).
- 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
-
TypeLiteral
public TypeLiteral()
-
-
Method Details
-
create
-