Uses of Enum
com.google.errorprone.util.Visibility
-
Uses of Visibility in com.google.errorprone.util
Modifier and TypeClassDescriptionenum
Describes visibilities available via VisibleForTesting annotations, and provides methods to establish whether a givenTree
should be visible.Modifier and TypeClassDescriptionenum
Describes visibilities available via VisibleForTesting annotations, and provides methods to establish whether a givenTree
should be visible.Modifier and TypeMethodDescriptionstatic Visibility
Visibility.fromModifiers
(Set<Modifier> modifiers) static Visibility
Returns the enum constant of this type with the specified name.static Visibility[]
Visibility.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionboolean
Visibility.isAtLeastAsRestrictiveAs
(Visibility visibility) boolean
Visibility.isMoreVisibleThan
(Visibility visibility)