Package | Description |
---|---|
com.google.auto.common |
Modifier and Type | Method and 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 given
Element . |
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.
|