net.sf.cglib.transform
Class FieldVisitorTee

java.lang.Object
  extended by 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)
           
 
Method Summary
 org.objectweb.asm.AnnotationVisitor visitAnnotation(java.lang.String desc, boolean visible)
           
 void visitAttribute(org.objectweb.asm.Attribute attr)
           
 void visitEnd()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldVisitorTee

public FieldVisitorTee(org.objectweb.asm.FieldVisitor fv1,
                       org.objectweb.asm.FieldVisitor fv2)
Method Detail

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