public final class Annotation extends java.lang.Object implements java.lang.Comparable<Annotation>
| Constructor and Description |
|---|
Annotation(Dex dex,
byte visibility,
EncodedValue encodedAnnotation) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Annotation other) |
EncodedValueReader |
getReader() |
int |
getTypeIndex() |
byte |
getVisibility() |
java.lang.String |
toString() |
void |
writeTo(Dex.Section out) |
public Annotation(Dex dex, byte visibility, EncodedValue encodedAnnotation)
public byte getVisibility()
public EncodedValueReader getReader()
public int getTypeIndex()
public void writeTo(Dex.Section out)
public int compareTo(Annotation other)
compareTo in interface java.lang.Comparable<Annotation>public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2020. All Rights Reserved.