public static class AnnotationsAttribute.Parser extends AnnotationsAttribute.Walker
| Constructor and Description |
|---|
Parser(byte[] info,
ConstPool cp)
Constructs a parser.
|
| Modifier and Type | Method and Description |
|---|---|
void |
parameters(int numParam,
int pos) |
Annotation[] |
parseAnnotations() |
MemberValue |
parseMemberValue() |
Annotation[][] |
parseParameters() |
annotationArray, parameterspublic Parser(byte[] info,
ConstPool cp)
info - the attribute.src - the constant pool.public Annotation[][] parseParameters() throws Exception
Exceptionpublic Annotation[] parseAnnotations() throws Exception
Exceptionpublic MemberValue parseMemberValue() throws Exception
Exceptionpublic void parameters(int numParam,
int pos)
throws Exception
parameters in class AnnotationsAttribute.WalkerExceptionCopyright © December 07, 2012–2015 The Internet Party. All rights reserved.