Uses of Class
com.google.auto.common.Visibility
-
Packages that use Visibility Package Description com.google.auto.common -
-
Uses of Visibility in com.google.auto.common
Methods in com.google.auto.common that return Visibility Modifier and Type Method Description static Visibility
Visibility. effectiveVisibilityOfElement(javax.lang.model.element.Element element)
Returns effective visibility of the given element meaning that it takes into account the visibility of its enclosing elements.static Visibility
Visibility. ofElement(javax.lang.model.element.Element element)
Returns the visibility of the givenElement
.static Visibility
Visibility. valueOf(java.lang.String name)
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.
-