Lines Matching full:code
22 * {@code DexAnnotation} represents an annotation.
27 * {@code Visibility} indicates the retention of a {@code DexAnnotation}.
32 * of other code).
41 * (and not to regular user code). FIXME missing words in spec
53 * Returns the {@code Visibility} identified by the given {@code byte}.
54 * pre: 0 <= {@code value} <=2
57 * the {@code byte} value which identifies a {@code
59 * @return the {@code Visibility} for the given {@code byte}
77 * Returns the {@code Visibility} of this {@code DexAnnotation}.
79 * @return the {@code Visibility} of this {@code DexAnnotation}
84 * Returns the attributes of this {@code DexAnnotation}.
86 * @return the attributes of this {@code DexAnnotation}
91 * Returns the class name of this {@code DexAnnotation}.
93 * @return the class name of this {@code DexAnnotation}