Uses of Class
com.google.auto.common.Visibility
-
-
Uses of Visibility in com.google.auto.common
Methods in com.google.auto.common that return Visibility Modifier and Type Method Description static VisibilityVisibility. 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 VisibilityVisibility. ofElement(javax.lang.model.element.Element element)Returns the visibility of the givenElement.static VisibilityVisibility. 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.
-