org.apache.openejb.dyni
Class DynamicSubclass.MoveAnnotationsVisitor

java.lang.Object
  extended by org.apache.xbean.asm5.MethodVisitor
      extended by org.apache.openejb.dyni.DynamicSubclass.MoveAnnotationsVisitor
Enclosing class:
DynamicSubclass

public static class DynamicSubclass.MoveAnnotationsVisitor
extends org.apache.xbean.asm5.MethodVisitor


Field Summary
 
Fields inherited from class org.apache.xbean.asm5.MethodVisitor
api, mv
 
Constructor Summary
DynamicSubclass.MoveAnnotationsVisitor(org.apache.xbean.asm5.MethodVisitor movedMethod, org.apache.xbean.asm5.MethodVisitor newMethod)
           
 
Method Summary
 org.apache.xbean.asm5.AnnotationVisitor visitAnnotation(String desc, boolean visible)
           
 void visitEnd()
           
 org.apache.xbean.asm5.AnnotationVisitor visitParameterAnnotation(int parameter, String desc, boolean visible)
           
 
Methods inherited from class org.apache.xbean.asm5.MethodVisitor
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, visitVarInsn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DynamicSubclass.MoveAnnotationsVisitor

public DynamicSubclass.MoveAnnotationsVisitor(org.apache.xbean.asm5.MethodVisitor movedMethod,
                                              org.apache.xbean.asm5.MethodVisitor newMethod)
Method Detail

visitAnnotation

public org.apache.xbean.asm5.AnnotationVisitor visitAnnotation(String desc,
                                                               boolean visible)
Overrides:
visitAnnotation in class org.apache.xbean.asm5.MethodVisitor

visitParameterAnnotation

public org.apache.xbean.asm5.AnnotationVisitor visitParameterAnnotation(int parameter,
                                                                        String desc,
                                                                        boolean visible)
Overrides:
visitParameterAnnotation in class org.apache.xbean.asm5.MethodVisitor

visitEnd

public void visitEnd()
Overrides:
visitEnd in class org.apache.xbean.asm5.MethodVisitor


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.