Package com.android.dx.cf.attrib
Class AttRuntimeInvisibleAnnotations
java.lang.Object
com.android.dx.cf.attrib.BaseAttribute
com.android.dx.cf.attrib.BaseAnnotations
com.android.dx.cf.attrib.AttRuntimeInvisibleAnnotations
- All Implemented Interfaces:
Attribute
Attribute class for standard
RuntimeInvisibleAnnotations
attributes.-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
non-null;
attribute name for attributes of this type -
Constructor Summary
ConstructorDescriptionAttRuntimeInvisibleAnnotations
(Annotations annotations, int byteLength) Constructs an instance. -
Method Summary
Methods inherited from class com.android.dx.cf.attrib.BaseAnnotations
byteLength, getAnnotations
Methods inherited from class com.android.dx.cf.attrib.BaseAttribute
getName
-
Field Details
-
ATTRIBUTE_NAME
non-null;
attribute name for attributes of this type- See Also:
-
-
Constructor Details
-
AttRuntimeInvisibleAnnotations
Constructs an instance.- Parameters:
annotations
-non-null;
the list of annotationsbyteLength
->= 0;
attribute data length in the original classfile (not including the attribute header)
-