Package jminusminus
Class CLRuntimeVisibleParameterAnnotationsAttribute
java.lang.Object
jminusminus.CLAttributeInfo
jminusminus.CLRuntimeVisibleParameterAnnotationsAttribute
Representation of RuntimeVisibleParameterAnnotations_attribute structure.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionshortRuntimeVisibleParameterAnnotations_attribute.num_parameters item.RuntimeVisibleParameterAnnotations_attribute.Fields inherited from class jminusminus.CLAttributeInfoattributeLength, attributeNameIndex
- 
Constructor SummaryConstructorsConstructorDescriptionCLRuntimeVisibleParameterAnnotationsAttribute(int attributeNameIndex, long attributeLength, short numParameters, ArrayList<CLParameterAnnotationInfo> parameterAnnotations) Construct a CLRuntimeVisibleParameterAnnotationsAttribute object.
- 
Method SummaryModifier and TypeMethodDescriptionvoidwrite(CLOutputStream out) Write the contents of this attribute to the specified output stream.
- 
Field Details- 
numParameterspublic short numParametersRuntimeVisibleParameterAnnotations_attribute.num_parameters item.
- 
parameterAnnotationsRuntimeVisibleParameterAnnotations_attribute. parameter_annotations item.
 
- 
- 
Constructor Details- 
CLRuntimeVisibleParameterAnnotationsAttributepublic CLRuntimeVisibleParameterAnnotationsAttribute(int attributeNameIndex, long attributeLength, short numParameters, ArrayList<CLParameterAnnotationInfo> parameterAnnotations) Construct a CLRuntimeVisibleParameterAnnotationsAttribute object.- Parameters:
- attributeNameIndex- RuntimeVisibleParameterAnnotations_attribute. attribute_name_index item.
- attributeLength- RuntimeVisibleParameterAnnotations_attribute.attribute_length item.
- numParameters- RuntimeVisibleParameterAnnotations_attribute.num_parameters item.
- parameterAnnotations- RuntimeVisibleParameterAnnotations_attribute. parameter_annotations item.
 
 
- 
- 
Method Details- 
writeWrite the contents of this attribute to the specified output stream.- Overrides:
- writein class- CLAttributeInfo
- Parameters:
- out- output stream.
- Throws:
- IOException- if an error occurs while writing.
 
 
-