| Package | Description |
|---|---|
| com.android.dx.cf.direct |
Implementation of
cf.iface.* based on a direct representation
of class files as byte[]s. |
| com.android.dx.rop.annotation |
| Modifier and Type | Method and Description |
|---|---|
Annotations |
AnnotationParser.parseAnnotationAttribute(AnnotationVisibility visibility)
Parses an annotation attribute, per se.
|
AnnotationsList |
AnnotationParser.parseParameterAttribute(AnnotationVisibility visibility)
Parses a parameter annotation attribute.
|
| Modifier and Type | Method and Description |
|---|---|
AnnotationVisibility |
Annotation.getVisibility()
Gets the visibility of this instance.
|
static AnnotationVisibility |
AnnotationVisibility.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AnnotationVisibility[] |
AnnotationVisibility.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Annotation(CstType type,
AnnotationVisibility visibility)
Construct an instance.
|
Copyright © 2020. All Rights Reserved.