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
FieldsModifier and TypeFieldDescriptionstatic final Stringnon-null;attribute name for attributes of this type - 
Constructor Summary
ConstructorsConstructorDescriptionAttRuntimeVisibleParameterAnnotations(AnnotationsList annotations, int byteLength) Constructs an instance. - 
Method Summary
Methods inherited from class BaseParameterAnnotations
byteLength, getParameterAnnotationsMethods inherited from class 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)
 
 -