Package javassist.bytecode
Class TypeAnnotationsAttribute.Copier
- java.lang.Object
-
- javassist.bytecode.AnnotationsAttribute.Walker
-
- javassist.bytecode.AnnotationsAttribute.Copier
-
- javassist.bytecode.TypeAnnotationsAttribute.Copier
-
- Enclosing class:
- TypeAnnotationsAttribute
static class TypeAnnotationsAttribute.Copier extends AnnotationsAttribute.Copier
-
-
Field Summary
Fields Modifier and Type Field Description (package private) TypeAnnotationsAttribute.SubCopiersub-
Fields inherited from class javassist.bytecode.AnnotationsAttribute.Copier
classnames, destPool, output, srcPool, writer
-
Fields inherited from class javassist.bytecode.AnnotationsAttribute.Walker
info
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) intannotationArray(int pos, int num)-
Methods inherited from class javassist.bytecode.AnnotationsAttribute.Copier
annotation, annotationMemberValue, arrayMemberValue, classMemberValue, close, constValueMember, copy, copyType, enumMemberValue, memberValuePair, parameters
-
Methods inherited from class javassist.bytecode.AnnotationsAttribute.Walker
annotation, annotationArray, annotationArray, memberValue, memberValuePair, parameters
-
-
-
-
Method Detail
-
annotationArray
int annotationArray(int pos, int num) throws java.lang.Exception- Overrides:
annotationArrayin classAnnotationsAttribute.Copier- Throws:
java.lang.Exception
-
-