Package com.android.dex
Class Annotation
java.lang.Object
com.android.dex.Annotation
- All Implemented Interfaces:
Comparable<Annotation>
An annotation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
compareTo
(Annotation other) int
byte
toString()
void
writeTo
(Dex.Section out)
-
Constructor Details
-
Annotation
-
-
Method Details
-
getVisibility
public byte getVisibility() -
getReader
-
getTypeIndex
public int getTypeIndex() -
writeTo
-
compareTo
- Specified by:
compareTo
in interfaceComparable<Annotation>
-
toString
-