Package com.android.dx.cf.attrib

Implementation of containers and utilities for all the standard Java attribute types.

See:
          Description

Class Summary
AttAnnotationDefault Attribute class for AnnotationDefault 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.
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.
 

Package com.android.dx.cf.attrib Description

Implementation of containers and utilities for all the standard Java attribute types.

PACKAGES USED:



Copyright © 2015. All rights reserved.