public abstract class BaseParameterAnnotations extends BaseAttribute
| Constructor and Description |
|---|
BaseParameterAnnotations(java.lang.String attributeName,
AnnotationsList parameterAnnotations,
int byteLength)
Constructs an instance.
|
| Modifier and Type | Method and Description |
|---|---|
int |
byteLength()
Get the total length of the attribute in bytes, including the
header.
|
AnnotationsList |
getParameterAnnotations()
Gets the list of annotation lists associated with this instance.
|
getNamepublic BaseParameterAnnotations(java.lang.String attributeName,
AnnotationsList parameterAnnotations,
int byteLength)
attributeName - non-null; the name of the attributeparameterAnnotations - non-null; the annotationsbyteLength - >= 0; attribute data length in the original
classfile (not including the attribute header)public final int byteLength()
6.>= 6; the total length, in bytespublic final AnnotationsList getParameterAnnotations()
non-null; the listCopyright © 2020. All Rights Reserved.