public static class DynamicSubclass.MoveAnnotationsVisitor
extends org.apache.xbean.asm5.MethodVisitor
| Constructor and Description |
|---|
DynamicSubclass.MoveAnnotationsVisitor(org.apache.xbean.asm5.MethodVisitor movedMethod,
org.apache.xbean.asm5.MethodVisitor newMethod) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.xbean.asm5.AnnotationVisitor |
visitAnnotation(String desc,
boolean visible) |
void |
visitEnd() |
org.apache.xbean.asm5.AnnotationVisitor |
visitParameterAnnotation(int parameter,
String desc,
boolean visible) |
visitAnnotationDefault, visitAttribute, visitCode, visitFieldInsn, visitFrame, visitIincInsn, visitInsn, visitInsnAnnotation, visitIntInsn, visitInvokeDynamicInsn, visitJumpInsn, visitLabel, visitLdcInsn, visitLineNumber, visitLocalVariable, visitLocalVariableAnnotation, visitLookupSwitchInsn, visitMaxs, visitMethodInsn, visitMethodInsn, visitMultiANewArrayInsn, visitParameter, visitTableSwitchInsn, visitTryCatchAnnotation, visitTryCatchBlock, visitTypeAnnotation, visitTypeInsn, visitVarInsnpublic DynamicSubclass.MoveAnnotationsVisitor(org.apache.xbean.asm5.MethodVisitor movedMethod,
org.apache.xbean.asm5.MethodVisitor newMethod)
public org.apache.xbean.asm5.AnnotationVisitor visitAnnotation(String desc, boolean visible)
visitAnnotation in class org.apache.xbean.asm5.MethodVisitorpublic org.apache.xbean.asm5.AnnotationVisitor visitParameterAnnotation(int parameter,
String desc,
boolean visible)
visitParameterAnnotation in class org.apache.xbean.asm5.MethodVisitorpublic void visitEnd()
visitEnd in class org.apache.xbean.asm5.MethodVisitorCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.