Uses of Class
com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression.Kind
Package | Description |
---|---|
com.google.errorprone.bugpatterns.threadsafety |
-
Uses of GuardedByExpression.Kind in com.google.errorprone.bugpatterns.threadsafety
Methods in com.google.errorprone.bugpatterns.threadsafety that return GuardedByExpression.Kind Modifier and Type Method Description GuardedByExpression.Kind
GuardedByExpression.Erroneous. kind()
abstract GuardedByExpression.Kind
GuardedByExpression. kind()
GuardedByExpression.Kind
GuardedByExpression.ThisLiteral. kind()
static GuardedByExpression.Kind
GuardedByExpression.Kind. valueOf(String name)
Returns the enum constant of this type with the specified name.static GuardedByExpression.Kind[]
GuardedByExpression.Kind. values()
Returns an array containing the constants of this enum type, in the order they are declared.