Class ClassReaderGenerator

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.objectweb.asm.Attribute[] attrs  
      private int flags  
      private org.objectweb.asm.ClassReader r  
    • Constructor Summary

      Constructors 
      Constructor Description
      ClassReaderGenerator​(org.objectweb.asm.ClassReader r, int flags)  
      ClassReaderGenerator​(org.objectweb.asm.ClassReader r, org.objectweb.asm.Attribute[] attrs, int flags)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void generateClass​(org.objectweb.asm.ClassVisitor v)  
      • Methods inherited from class java.lang.Object

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

      • r

        private final org.objectweb.asm.ClassReader r
      • attrs

        private final org.objectweb.asm.Attribute[] attrs
      • flags

        private final int flags
    • Constructor Detail

      • ClassReaderGenerator

        public ClassReaderGenerator​(org.objectweb.asm.ClassReader r,
                                    int flags)
      • ClassReaderGenerator

        public ClassReaderGenerator​(org.objectweb.asm.ClassReader r,
                                    org.objectweb.asm.Attribute[] attrs,
                                    int flags)
    • Method Detail

      • generateClass

        public void generateClass​(org.objectweb.asm.ClassVisitor v)
        Specified by:
        generateClass in interface ClassGenerator