net.sf.cglib.transform
Class FieldVisitorTee
java.lang.Object
net.sf.cglib.transform.FieldVisitorTee
- All Implemented Interfaces:
- org.objectweb.asm.FieldVisitor
public class FieldVisitorTee
- extends java.lang.Object
- implements 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)
- Specified by:
visitAnnotation
in interface org.objectweb.asm.FieldVisitor
visitAttribute
public void visitAttribute(org.objectweb.asm.Attribute attr)
- Specified by:
visitAttribute
in interface org.objectweb.asm.FieldVisitor
visitEnd
public void visitEnd()
- Specified by:
visitEnd
in interface org.objectweb.asm.FieldVisitor
Copyright (c) 2001 - Apache Software Foundation