Class GuardedByExpression.ThisLiteral
java.lang.Object
com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression
com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression.ThisLiteral
- Enclosing class:
GuardedByExpression
A simple 'this literal.
- 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
-
Method Summary
Methods inherited from class com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression
debugPrint, toString
-
Method Details
-
kind
- Specified by:
kind
in classGuardedByExpression
-
sym
public com.sun.tools.javac.code.Symbol sym()- Specified by:
sym
in classGuardedByExpression
-
type
public com.sun.tools.javac.code.Type type()- Specified by:
type
in classGuardedByExpression
-