Package net.sf.cglib.transform
Class FieldVisitorTee
- java.lang.Object
-
- org.objectweb.asm.FieldVisitor
-
- net.sf.cglib.transform.FieldVisitorTee
-
public class FieldVisitorTee extends org.objectweb.asm.FieldVisitor
-
-
Constructor Summary
Constructors Constructor Description FieldVisitorTee(org.objectweb.asm.FieldVisitor fv1, org.objectweb.asm.FieldVisitor fv2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.objectweb.asm.AnnotationVisitorvisitAnnotation(java.lang.String desc, boolean visible)voidvisitAttribute(org.objectweb.asm.Attribute attr)voidvisitEnd()org.objectweb.asm.AnnotationVisitorvisitTypeAnnotation(int typeRef, org.objectweb.asm.TypePath typePath, java.lang.String desc, boolean visible)
-
-
-
Method Detail
-
visitAnnotation
public org.objectweb.asm.AnnotationVisitor visitAnnotation(java.lang.String desc, boolean visible)- Overrides:
visitAnnotationin classorg.objectweb.asm.FieldVisitor
-
visitAttribute
public void visitAttribute(org.objectweb.asm.Attribute attr)
- Overrides:
visitAttributein classorg.objectweb.asm.FieldVisitor
-
visitEnd
public void visitEnd()
- Overrides:
visitEndin classorg.objectweb.asm.FieldVisitor
-
visitTypeAnnotation
public org.objectweb.asm.AnnotationVisitor visitTypeAnnotation(int typeRef, org.objectweb.asm.TypePath typePath, java.lang.String desc, boolean visible)- Overrides:
visitTypeAnnotationin classorg.objectweb.asm.FieldVisitor
-
-