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 |
FieldVisitorTee(org.objectweb.asm.FieldVisitor fv1,
org.objectweb.asm.FieldVisitor fv2)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FieldVisitorTee
public FieldVisitorTee(org.objectweb.asm.FieldVisitor fv1,
org.objectweb.asm.FieldVisitor fv2)
visitAnnotation
public org.objectweb.asm.AnnotationVisitor visitAnnotation(java.lang.String desc,
boolean visible)
visitAttribute
public void visitAttribute(org.objectweb.asm.Attribute attr)
visitEnd
public void visitEnd()
Copyright (c) 2001 - Apache Software Foundation