Home | History | Annotate | Download | only in structure

Lines Matching refs:Visibility

27      * {@code Visibility} indicates the retention of a {@code DexAnnotation}.
29 enum Visibility {
48 private Visibility(byte value) {
53 * Returns the {@code Visibility} identified by the given {@code byte}.
58 * Visibility}
59 * @return the {@code Visibility} for the given {@code byte}
61 public static Visibility get(byte value) {
71 throw new IllegalArgumentException("Visibility doesn't exist!");
77 * Returns the {@code Visibility} of this {@code DexAnnotation}.
79 * @return the {@code Visibility} of this {@code DexAnnotation}
81 Visibility getVisibility();