Class TypeWriter.Default.ForInlining.WithFullProcessing.RedefinitionClassVisitor.AttributeObtainingFieldVisitor

  • Enclosing class:
    TypeWriter.Default.ForInlining.WithFullProcessing.RedefinitionClassVisitor

    protected class TypeWriter.Default.ForInlining.WithFullProcessing.RedefinitionClassVisitor.AttributeObtainingFieldVisitor
    extends org.objectweb.asm.FieldVisitor
    A field visitor that obtains all attributes and annotations of a field that is found in the class file but that discards all code.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private TypeWriter.FieldPool.Record record
      The field pool record to apply onto the field visitor.
      • Fields inherited from class org.objectweb.asm.FieldVisitor

        api, fv
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.objectweb.asm.AnnotationVisitor visitAnnotation​(java.lang.String descriptor, boolean visible)  
      void visitEnd()  
      org.objectweb.asm.AnnotationVisitor visitTypeAnnotation​(int typeReference, org.objectweb.asm.TypePath typePath, java.lang.String descriptor, boolean visible)  
      • Methods inherited from class org.objectweb.asm.FieldVisitor

        visitAttribute
      • Methods inherited from class java.lang.Object

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

      • AttributeObtainingFieldVisitor

        protected AttributeObtainingFieldVisitor​(org.objectweb.asm.FieldVisitor fieldVisitor,
                                                 TypeWriter.FieldPool.Record record)
        Creates a new attribute obtaining field visitor.
        Parameters:
        fieldVisitor - The field visitor to delegate to.
        record - The field pool record to apply onto the field visitor.
    • Method Detail

      • visitTypeAnnotation

        public org.objectweb.asm.AnnotationVisitor visitTypeAnnotation​(int typeReference,
                                                                       org.objectweb.asm.TypePath typePath,
                                                                       java.lang.String descriptor,
                                                                       boolean visible)
        Overrides:
        visitTypeAnnotation in class org.objectweb.asm.FieldVisitor
      • visitAnnotation

        public org.objectweb.asm.AnnotationVisitor visitAnnotation​(java.lang.String descriptor,
                                                                   boolean visible)
        Overrides:
        visitAnnotation in class org.objectweb.asm.FieldVisitor
      • visitEnd

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