Package com.android.dx.cf.attrib
Class AttRuntimeVisibleParameterAnnotations
java.lang.Object
com.android.dx.cf.attrib.BaseAttribute
com.android.dx.cf.attrib.BaseParameterAnnotations
com.android.dx.cf.attrib.AttRuntimeVisibleParameterAnnotations
- All Implemented Interfaces:
Attribute
Attribute class for standard
RuntimeVisibleParameterAnnotations
attributes.-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
non-null;
attribute name for attributes of this type -
Constructor Summary
ConstructorDescriptionAttRuntimeVisibleParameterAnnotations
(AnnotationsList annotations, int byteLength) Constructs an instance. -
Method Summary
Methods inherited from class com.android.dx.cf.attrib.BaseParameterAnnotations
byteLength, getParameterAnnotations
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
-
AttRuntimeVisibleParameterAnnotations
Constructs an instance.- Parameters:
annotations
-non-null;
the parameter annotationsbyteLength
->= 0;
attribute data length in the original classfile (not including the attribute header)
-