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
-
Field Summary
Fields inherited from class org.objectweb.asm.FieldVisitor
api, fv
-
Constructor Summary
ConstructorsConstructorDescriptionFieldVisitorTee
(org.objectweb.asm.FieldVisitor fv1, org.objectweb.asm.FieldVisitor fv2) -
Method Summary
Modifier and TypeMethodDescriptionorg.objectweb.asm.AnnotationVisitor
visitAnnotation
(String desc, boolean visible) void
visitAttribute
(org.objectweb.asm.Attribute attr) void
visitEnd()
org.objectweb.asm.AnnotationVisitor
visitTypeAnnotation
(int typeRef, org.objectweb.asm.TypePath typePath, String desc, boolean visible) Methods inherited from class org.objectweb.asm.FieldVisitor
getDelegate
-
Constructor Details
-
FieldVisitorTee
public FieldVisitorTee(org.objectweb.asm.FieldVisitor fv1, org.objectweb.asm.FieldVisitor fv2)
-
-
Method Details
-
visitAnnotation
- Overrides:
visitAnnotation
in classorg.objectweb.asm.FieldVisitor
-
visitAttribute
public void visitAttribute(org.objectweb.asm.Attribute attr) - Overrides:
visitAttribute
in classorg.objectweb.asm.FieldVisitor
-
visitEnd
public void visitEnd()- Overrides:
visitEnd
in classorg.objectweb.asm.FieldVisitor
-
visitTypeAnnotation
public org.objectweb.asm.AnnotationVisitor visitTypeAnnotation(int typeRef, org.objectweb.asm.TypePath typePath, String desc, boolean visible) - Overrides:
visitTypeAnnotation
in classorg.objectweb.asm.FieldVisitor
-