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

    Constructors
    Constructor
    Description
    FieldVisitorTee(org.objectweb.asm.FieldVisitor fv1, org.objectweb.asm.FieldVisitor fv2)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.objectweb.asm.AnnotationVisitor
    visitAnnotation(String desc, boolean visible)
     
    void
    visitAttribute(org.objectweb.asm.Attribute attr)
     
    void
     
    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FieldVisitorTee

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

    • visitAnnotation

      public org.objectweb.asm.AnnotationVisitor visitAnnotation(String desc, boolean visible)
      Overrides:
      visitAnnotation in class org.objectweb.asm.FieldVisitor
    • visitAttribute

      public void visitAttribute(org.objectweb.asm.Attribute attr)
      Overrides:
      visitAttribute in class org.objectweb.asm.FieldVisitor
    • visitEnd

      public void visitEnd()
      Overrides:
      visitEnd in class org.objectweb.asm.FieldVisitor
    • visitTypeAnnotation

      public org.objectweb.asm.AnnotationVisitor visitTypeAnnotation(int typeRef, org.objectweb.asm.TypePath typePath, String desc, boolean visible)
      Overrides:
      visitTypeAnnotation in class org.objectweb.asm.FieldVisitor