Uses of Enum
com.google.auto.common.Visibility
Packages that use Visibility
-
Uses of Visibility in com.google.auto.common
Subclasses with type arguments of type Visibility in com.google.auto.commonModifier and TypeClassDescriptionenumRepresents the visibility of a givenElement:public,protected,privateor default/package-private.Methods in com.google.auto.common that return VisibilityModifier and TypeMethodDescriptionstatic VisibilityVisibility.effectiveVisibilityOfElement(Element element) Returns effective visibility of the given element meaning that it takes into account the visibility of its enclosing elements.static VisibilityReturns the visibility of the givenElement.static VisibilityReturns 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.