| Package | Description |
|---|---|
| com.google.auto.common |
| Modifier and Type | Method | Description |
|---|---|---|
static Visibility |
Visibility.effectiveVisibilityOfElement(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(Element element) |
Returns the visibility of the given
Element. |
static Visibility |
Visibility.valueOf(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.
|
Copyright © 2019 Google, Inc.. All rights reserved.