public static class AnnotationsAttribute.Copier extends AnnotationsAttribute.Walker
| Constructor and Description |
|---|
Copier(byte[] info,
ConstPool src,
ConstPool dest,
Map<?,?> map)
Constructs a copier.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
close() |
void |
parameters(int numParam,
int pos) |
annotationArray, parameterspublic Copier(byte[] info,
ConstPool src,
ConstPool dest,
Map<?,?> map)
map when it copies
an annotation attribute.info - the source attribute.src - the constant pool of the source class.dest - the constant pool of the destination class.map - pairs of replaced and substituted class names.
It can be null.public byte[] close()
throws IOException
IOExceptionpublic void parameters(int numParam,
int pos)
throws Exception
parameters in class AnnotationsAttribute.WalkerExceptionCopyright © December 07, 2012–2015 The Internet Party. All rights reserved.