public abstract class ParameterAnnotations extends Attribute
constant_pool, length, name_index
Constructor and Description |
---|
ParameterAnnotations(int name_index,
int length,
ParameterAnnotationEntry[] parameter_annotation_table,
ConstantPool constant_pool) |
Modifier and Type | Method and Description |
---|---|
void |
setParameterAnnotationTable(ParameterAnnotationEntry[] parameter_annotation_table) |
clone, getName, readAttribute
public ParameterAnnotations(int name_index, int length, ParameterAnnotationEntry[] parameter_annotation_table, ConstantPool constant_pool)
name_index
- Index pointing to the name Codelength
- Content length in bytesparameter_annotation_table
- the actual parameter annotationsconstant_pool
- Array of constantspublic final void setParameterAnnotationTable(ParameterAnnotationEntry[] parameter_annotation_table)
parameter_annotation_table
- the entries to set in this parameter annotationCopyright © 2000-2013 Apache Software Foundation. All Rights Reserved.