org.apache.tomcat.util.bcel.classfile
Class ParameterAnnotations
java.lang.Object
org.apache.tomcat.util.bcel.classfile.Attribute
org.apache.tomcat.util.bcel.classfile.ParameterAnnotations
- All Implemented Interfaces:
- Serializable, Cloneable
- Direct Known Subclasses:
- RuntimeInvisibleParameterAnnotations, RuntimeVisibleParameterAnnotations
public abstract class ParameterAnnotations
- extends Attribute
base class for parameter annotations
- Since:
- 5.3
- Version:
- $Id: ParameterAnnotations
- Author:
- D. Brosius
- See Also:
- Serialized Form
ParameterAnnotations
public ParameterAnnotations(byte parameter_annotation_type,
int name_index,
int length,
ParameterAnnotationEntry[] parameter_annotation_table,
ConstantPool constant_pool)
- Parameters:
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 constants
setParameterAnnotationTable
public final void setParameterAnnotationTable(ParameterAnnotationEntry[] parameter_annotation_table)
- Parameters:
parameter_annotation_table - the entries to set in this parameter annotation
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.