net.sf.cglib.transform
Class AnnotationVisitorTee
java.lang.Object
net.sf.cglib.transform.AnnotationVisitorTee
- All Implemented Interfaces:
- org.objectweb.asm.AnnotationVisitor
public class AnnotationVisitorTee
- extends Object
- implements org.objectweb.asm.AnnotationVisitor
|
Constructor Summary |
AnnotationVisitorTee(org.objectweb.asm.AnnotationVisitor av1,
org.objectweb.asm.AnnotationVisitor av2)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationVisitorTee
public AnnotationVisitorTee(org.objectweb.asm.AnnotationVisitor av1,
org.objectweb.asm.AnnotationVisitor av2)
getInstance
public static org.objectweb.asm.AnnotationVisitor getInstance(org.objectweb.asm.AnnotationVisitor av1,
org.objectweb.asm.AnnotationVisitor av2)
visit
public void visit(String name,
Object value)
- Specified by:
visit in interface org.objectweb.asm.AnnotationVisitor
visitEnum
public void visitEnum(String name,
String desc,
String value)
- Specified by:
visitEnum in interface org.objectweb.asm.AnnotationVisitor
visitAnnotation
public org.objectweb.asm.AnnotationVisitor visitAnnotation(String name,
String desc)
- Specified by:
visitAnnotation in interface org.objectweb.asm.AnnotationVisitor
visitArray
public org.objectweb.asm.AnnotationVisitor visitArray(String name)
- Specified by:
visitArray in interface org.objectweb.asm.AnnotationVisitor
visitEnd
public void visitEnd()
- Specified by:
visitEnd in interface org.objectweb.asm.AnnotationVisitor
Copyright © 2012 Oracle Corporation. All Rights Reserved.