public abstract class ParameterAnnotations extends Attribute
constant_pool, length, name_index, tag
Constructor and Description |
---|
ParameterAnnotations(byte parameter_annotation_type,
int name_index,
int length,
ParameterAnnotationEntry[] parameter_annotation_table,
ConstantPool constant_pool) |
Modifier and Type | Method and Description |
---|---|
void |
setParameterAnnotationTable(ParameterAnnotationEntry[] parameter_annotation_table) |
public ParameterAnnotations(byte parameter_annotation_type, int name_index, int length, ParameterAnnotationEntry[] parameter_annotation_table, ConstantPool constant_pool)
parameter_annotation_type
- the subclass type of the parameter annotationname_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-2015 Apache Software Foundation. All Rights Reserved.