Package jminusminus
Class CLParameterAnnotationInfo
java.lang.Object
jminusminus.CLParameterAnnotationInfo
Representation of parameter_annotations_table entry structure.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionparameter_annotations_table_entry.annotations item.intparameter_annotations_table_entry.num_annotations item.
- 
Constructor SummaryConstructorsConstructorDescriptionCLParameterAnnotationInfo(int numAnnotations, ArrayList<CLAnnotation> annotations) Construct a ParameterAnnotationInfo object.
- 
Method SummaryModifier and TypeMethodDescriptionvoidwrite(CLOutputStream out) Write the contents of this object to the specified output stream.
- 
Field Details- 
numAnnotationspublic int numAnnotationsparameter_annotations_table_entry.num_annotations item.
- 
annotationsparameter_annotations_table_entry.annotations item.
 
- 
- 
Constructor Details- 
CLParameterAnnotationInfoConstruct a ParameterAnnotationInfo object.- Parameters:
- numAnnotations- parameter_annotations_table_entry.num_annotations item.
- annotations- parameter_annotations_table_entry.annotations item.
 
 
- 
- 
Method Details- 
writeWrite the contents of this object to the specified output stream.- Parameters:
- out- output stream.
- Throws:
- IOException- if an error occurs while writing.
 
 
-