public class DexBackedAnnotation extends BaseAnnotation
| Modifier and Type | Field and Description |
|---|---|
DexBackedDexFile |
dexFile |
int |
typeIndex |
int |
visibility |
BY_TYPE| Constructor and Description |
|---|
DexBackedAnnotation(DexBackedDexFile dexFile,
int annotationOffset) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<? extends DexBackedAnnotationElement> |
getElements()
Gets a set of the name/value elements associated with this annotation.
|
java.lang.String |
getType()
Gets the type of this annotation.
|
int |
getVisibility()
Gets the visibility of this annotation.
|
compareTo, equals, hashCode@Nonnull public final DexBackedDexFile dexFile
public final int visibility
public final int typeIndex
public DexBackedAnnotation(@Nonnull
DexBackedDexFile dexFile,
int annotationOffset)
public int getVisibility()
Annotation@Nonnull public java.lang.String getType()
Annotation@Nonnull public java.util.Set<? extends DexBackedAnnotationElement> getElements()
Annotation