public class ParameterAnnotation extends ClassFileStruct implements IParameterAnnotation
| Constructor and Description |
|---|
ParameterAnnotation(byte[] classFileBytes,
IConstantPool constantPool,
int offset)
Constructor for Annotation.
|
| Modifier and Type | Method and Description |
|---|---|
IAnnotation[] |
getAnnotations()
Answer back the annotations as described in the JVM specifications.
|
int |
getAnnotationsNumber()
Answer back the number of annotations as described in the JVM specifications.
|
public ParameterAnnotation(byte[] classFileBytes,
IConstantPool constantPool,
int offset)
throws ClassFormatException
classFileBytes - constantPool - offset - ClassFormatExceptionpublic IAnnotation[] getAnnotations()
IParameterAnnotationgetAnnotations in interface IParameterAnnotationpublic int getAnnotationsNumber()
IParameterAnnotationgetAnnotationsNumber in interface IParameterAnnotation