public abstract class ParameterAnnotationsAttribute extends Object implements Attribute
| Modifier and Type | Class and Description |
|---|---|
static interface |
ParameterAnnotationsAttribute.Constructor<A extends ParameterAnnotationsAttribute> |
| Modifier and Type | Field and Description |
|---|---|
ParameterAnnotationInfo[] |
parameter_annotations |
| Modifier | Constructor and Description |
|---|---|
protected |
ParameterAnnotationsAttribute(ParameterAnnotationInfo[] parameter_annotations) |
| Modifier and Type | Method and Description |
|---|---|
int |
attribute_length() |
String |
toString() |
void |
write(DataOutput out,
ConstantPool constant_pool) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitattributes_length, name, readAttribute, readAttributes, writeAttributespublic final ParameterAnnotationInfo[] parameter_annotations
protected ParameterAnnotationsAttribute(ParameterAnnotationInfo[] parameter_annotations)
public void write(DataOutput out, ConstantPool constant_pool) throws IOException
write in interface AttributeIOExceptionpublic int attribute_length()
attribute_length in interface AttributeCopyright © 2021. All rights reserved.