Uses of Enum Class
com.google.errorprone.util.Visibility
Packages that use Visibility
-
Uses of Visibility in com.google.errorprone.util
Subclasses with type arguments of type Visibility in com.google.errorprone.utilModifier and TypeClassDescriptionenumDescribes visibilities available via VisibleForTesting annotations, and provides methods to establish whether a givenTreeshould be visible.Classes in com.google.errorprone.util that implement interfaces with type arguments of type VisibilityModifier and TypeClassDescriptionenumDescribes visibilities available via VisibleForTesting annotations, and provides methods to establish whether a givenTreeshould be visible.Methods in com.google.errorprone.util that return VisibilityModifier and TypeMethodDescriptionstatic VisibilityVisibility.fromModifiers(Set<Modifier> modifiers) static VisibilityReturns the enum constant of this class with the specified name.static Visibility[]Visibility.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.errorprone.util with parameters of type VisibilityModifier and TypeMethodDescriptionbooleanVisibility.isAtLeastAsRestrictiveAs(Visibility visibility) booleanVisibility.isMoreVisibleThan(Visibility visibility)