See: Description
| Class | Description |
|---|---|
| AttAnnotationDefault |
Attribute class for
AnnotationDefault attributes. |
| AttBootstrapMethods |
Attribute class for standard
AttBootstrapMethods attributes. |
| AttCode |
Attribute class for standard
Code attributes. |
| AttConstantValue |
Attribute class for standard
ConstantValue attributes. |
| AttDeprecated |
Attribute class for standard
Deprecated attributes. |
| AttEnclosingMethod |
Attribute class for standards-track
EnclosingMethod
attributes. |
| AttExceptions |
Attribute class for standard
Exceptions attributes. |
| AttInnerClasses |
Attribute class for standard
InnerClasses attributes. |
| AttLineNumberTable |
Attribute class for standard
LineNumberTable attributes. |
| AttLocalVariableTable |
Attribute class for standard
LocalVariableTable attributes. |
| AttLocalVariableTypeTable |
Attribute class for standard
LocalVariableTypeTable attributes. |
| AttRuntimeInvisibleAnnotations |
Attribute class for standard
RuntimeInvisibleAnnotations
attributes. |
| AttRuntimeInvisibleParameterAnnotations |
Attribute class for standard
RuntimeInvisibleParameterAnnotations attributes. |
| AttRuntimeVisibleAnnotations |
Attribute class for standard
RuntimeVisibleAnnotations
attributes. |
| AttRuntimeVisibleParameterAnnotations |
Attribute class for standard
RuntimeVisibleParameterAnnotations
attributes. |
| AttSignature |
Attribute class for standards-track
Signature attributes. |
| AttSourceDebugExtension |
Attribute class for standard
SourceDebugExtension attributes. |
| AttSourceFile |
Attribute class for standard
SourceFile attributes. |
| AttSynthetic |
Attribute class for standard
Synthetic attributes. |
| BaseAnnotations |
Base class for annotations attributes.
|
| BaseAttribute |
Base implementation of
Attribute, which directly stores
the attribute name but leaves the rest up to subclasses. |
| BaseLocalVariables |
Base attribute class for standard
LocalVariableTable
and LocalVariableTypeTable attributes. |
| BaseParameterAnnotations |
Base class for parameter annotation list attributes.
|
| InnerClassList |
List of "inner class" entries, which are the contents of
InnerClasses attributes. |
| InnerClassList.Item |
Item in an inner classes list.
|
| RawAttribute |
Raw attribute, for holding onto attributes that are unrecognized.
|
Implementation of containers and utilities for all the standard Java attribute types.
PACKAGES USED:
com.android.dx.cf.ifacecom.android.dx.rop.poolcom.android.dx.utilCopyright © 2020. All Rights Reserved.