Package com.android.dx.cf.attrib
Class BaseAttribute
java.lang.Object
com.android.dx.cf.attrib.BaseAttribute
- All Implemented Interfaces:
Attribute
- Direct Known Subclasses:
AttAnnotationDefault
,AttBootstrapMethods
,AttCode
,AttConstantValue
,AttDeprecated
,AttEnclosingMethod
,AttExceptions
,AttInnerClasses
,AttLineNumberTable
,AttSignature
,AttSourceDebugExtension
,AttSourceFile
,AttSynthetic
,BaseAnnotations
,BaseLocalVariables
,BaseParameterAnnotations
,RawAttribute
Base implementation of
Attribute
, which directly stores
the attribute name but leaves the rest up to subclasses.