class net.sf.cglib.proxy.LazyLoaderGenerator implements net.sf.cglib.proxy.CallbackGenerator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: net.sf.cglib.proxy.LazyLoaderGenerator
  super_class: java.lang.Object
{
  public static final net.sf.cglib.proxy.LazyLoaderGenerator INSTANCE;
    descriptor: Lnet/sf/cglib/proxy/LazyLoaderGenerator;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  private static final net.sf.cglib.core.Signature LOAD_OBJECT;
    descriptor: Lnet/sf/cglib/core/Signature;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final org.objectweb.asm.Type LAZY_LOADER;
    descriptor: Lorg/objectweb/asm/Type;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 24
            new net.sf.cglib.proxy.LazyLoaderGenerator
            dup
            invokespecial net.sf.cglib.proxy.LazyLoaderGenerator.<init>:()V
            putstatic net.sf.cglib.proxy.LazyLoaderGenerator.INSTANCE:Lnet/sf/cglib/proxy/LazyLoaderGenerator;
         1: .line 27
            ldc "Object loadObject()"
            invokestatic net.sf.cglib.core.TypeUtils.parseSignature:(Ljava/lang/String;)Lnet/sf/cglib/core/Signature;
         2: .line 26
            putstatic net.sf.cglib.proxy.LazyLoaderGenerator.LOAD_OBJECT:Lnet/sf/cglib/core/Signature;
         3: .line 29
            ldc "net.sf.cglib.proxy.LazyLoader"
            invokestatic net.sf.cglib.core.TypeUtils.parseType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;
         4: .line 28
            putstatic net.sf.cglib.proxy.LazyLoaderGenerator.LAZY_LOADER:Lorg/objectweb/asm/Type;
         5: .line 29
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.sf.cglib.proxy.LazyLoaderGenerator this
         0: .line 23
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // net.sf.cglib.proxy.LazyLoaderGenerator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sf/cglib/proxy/LazyLoaderGenerator;

  public void generate(net.sf.cglib.core.ClassEmitter, net.sf.cglib.proxy.CallbackGenerator$Context, java.util.List);
    descriptor: (Lnet/sf/cglib/core/ClassEmitter;Lnet/sf/cglib/proxy/CallbackGenerator$Context;Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=10, args_size=4
        start local 0 // net.sf.cglib.proxy.LazyLoaderGenerator this
        start local 1 // net.sf.cglib.core.ClassEmitter ce
        start local 2 // net.sf.cglib.proxy.CallbackGenerator$Context context
        start local 3 // java.util.List methods
         0: .line 32
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            astore 4 /* indexes */
        start local 4 // java.util.Set indexes
         1: .line 33
            aload 3 /* methods */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5 /* it */
        start local 5 // java.util.Iterator it
         2: goto 16
         3: .line 34
      StackMap locals: java.util.Set java.util.Iterator
      StackMap stack:
            aload 5 /* it */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.sf.cglib.core.MethodInfo
            astore 6 /* method */
        start local 6 // net.sf.cglib.core.MethodInfo method
         4: .line 35
            aload 6 /* method */
            invokevirtual net.sf.cglib.core.MethodInfo.getModifiers:()I
            invokestatic net.sf.cglib.core.TypeUtils.isProtected:(I)Z
            ifne 16
         5: .line 38
            aload 2 /* context */
            aload 6 /* method */
            invokeinterface net.sf.cglib.proxy.CallbackGenerator$Context.getIndex:(Lnet/sf/cglib/core/MethodInfo;)I
            istore 7 /* index */
        start local 7 // int index
         6: .line 39
            aload 4 /* indexes */
            new java.lang.Integer
            dup
            iload 7 /* index */
            invokespecial java.lang.Integer.<init>:(I)V
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
         7: .line 40
            aload 2 /* context */
            aload 1 /* ce */
            aload 6 /* method */
            invokeinterface net.sf.cglib.proxy.CallbackGenerator$Context.beginMethod:(Lnet/sf/cglib/core/ClassEmitter;Lnet/sf/cglib/core/MethodInfo;)Lnet/sf/cglib/core/CodeEmitter;
            astore 8 /* e */
        start local 8 // net.sf.cglib.core.CodeEmitter e
         8: .line 41
            aload 8 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.load_this:()V
         9: .line 42
            aload 8 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.dup:()V
        10: .line 43
            aload 8 /* e */
            aload 0 /* this */
            iload 7 /* index */
            invokevirtual net.sf.cglib.proxy.LazyLoaderGenerator.loadMethod:(I)Lnet/sf/cglib/core/Signature;
            invokevirtual net.sf.cglib.core.CodeEmitter.invoke_virtual_this:(Lnet/sf/cglib/core/Signature;)V
        11: .line 44
            aload 8 /* e */
            aload 6 /* method */
            invokevirtual net.sf.cglib.core.MethodInfo.getClassInfo:()Lnet/sf/cglib/core/ClassInfo;
            invokevirtual net.sf.cglib.core.ClassInfo.getType:()Lorg/objectweb/asm/Type;
            invokevirtual net.sf.cglib.core.CodeEmitter.checkcast:(Lorg/objectweb/asm/Type;)V
        12: .line 45
            aload 8 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.load_args:()V
        13: .line 46
            aload 8 /* e */
            aload 6 /* method */
            invokevirtual net.sf.cglib.core.CodeEmitter.invoke:(Lnet/sf/cglib/core/MethodInfo;)V
        14: .line 47
            aload 8 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.return_value:()V
        15: .line 48
            aload 8 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.end_method:()V
        end local 8 // net.sf.cglib.core.CodeEmitter e
        end local 7 // int index
        end local 6 // net.sf.cglib.core.MethodInfo method
        16: .line 33
      StackMap locals:
      StackMap stack:
            aload 5 /* it */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        end local 5 // java.util.Iterator it
        17: .line 52
            aload 4 /* indexes */
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 5 /* it */
        start local 5 // java.util.Iterator it
        18: goto 40
        19: .line 53
      StackMap locals:
      StackMap stack:
            aload 5 /* it */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            istore 6 /* index */
        start local 6 // int index
        20: .line 55
            new java.lang.StringBuilder
            dup
            ldc "CGLIB$LAZY_LOADER_"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 6 /* index */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 7 /* delegate */
        start local 7 // java.lang.String delegate
        21: .line 56
            aload 1 /* ce */
            iconst_2
            aload 7 /* delegate */
            getstatic net.sf.cglib.core.Constants.TYPE_OBJECT:Lorg/objectweb/asm/Type;
            aconst_null
            invokevirtual net.sf.cglib.core.ClassEmitter.declare_field:(ILjava/lang/String;Lorg/objectweb/asm/Type;Ljava/lang/Object;)V
        22: .line 58
            aload 1 /* ce */
            bipush 50
        23: .line 61
            aload 0 /* this */
            iload 6 /* index */
            invokevirtual net.sf.cglib.proxy.LazyLoaderGenerator.loadMethod:(I)Lnet/sf/cglib/core/Signature;
        24: .line 62
            aconst_null
        25: .line 58
            invokevirtual net.sf.cglib.core.ClassEmitter.begin_method:(ILnet/sf/cglib/core/Signature;[Lorg/objectweb/asm/Type;)Lnet/sf/cglib/core/CodeEmitter;
            astore 8 /* e */
        start local 8 // net.sf.cglib.core.CodeEmitter e
        26: .line 63
            aload 8 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.load_this:()V
        27: .line 64
            aload 8 /* e */
            aload 7 /* delegate */
            invokevirtual net.sf.cglib.core.CodeEmitter.getfield:(Ljava/lang/String;)V
        28: .line 65
            aload 8 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.dup:()V
        29: .line 66
            aload 8 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.make_label:()Lorg/objectweb/asm/Label;
            astore 9 /* end */
        start local 9 // org.objectweb.asm.Label end
        30: .line 67
            aload 8 /* e */
            aload 9 /* end */
            invokevirtual net.sf.cglib.core.CodeEmitter.ifnonnull:(Lorg/objectweb/asm/Label;)V
        31: .line 68
            aload 8 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.pop:()V
        32: .line 69
            aload 8 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.load_this:()V
        33: .line 70
            aload 2 /* context */
            aload 8 /* e */
            iload 6 /* index */
            invokeinterface net.sf.cglib.proxy.CallbackGenerator$Context.emitCallback:(Lnet/sf/cglib/core/CodeEmitter;I)V
        34: .line 71
            aload 8 /* e */
            getstatic net.sf.cglib.proxy.LazyLoaderGenerator.LAZY_LOADER:Lorg/objectweb/asm/Type;
            getstatic net.sf.cglib.proxy.LazyLoaderGenerator.LOAD_OBJECT:Lnet/sf/cglib/core/Signature;
            invokevirtual net.sf.cglib.core.CodeEmitter.invoke_interface:(Lorg/objectweb/asm/Type;Lnet/sf/cglib/core/Signature;)V
        35: .line 72
            aload 8 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.dup_x1:()V
        36: .line 73
            aload 8 /* e */
            aload 7 /* delegate */
            invokevirtual net.sf.cglib.core.CodeEmitter.putfield:(Ljava/lang/String;)V
        37: .line 74
            aload 8 /* e */
            aload 9 /* end */
            invokevirtual net.sf.cglib.core.CodeEmitter.mark:(Lorg/objectweb/asm/Label;)V
        38: .line 75
            aload 8 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.return_value:()V
        39: .line 76
            aload 8 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.end_method:()V
        end local 9 // org.objectweb.asm.Label end
        end local 8 // net.sf.cglib.core.CodeEmitter e
        end local 7 // java.lang.String delegate
        end local 6 // int index
        40: .line 52
      StackMap locals:
      StackMap stack:
            aload 5 /* it */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 19
        end local 5 // java.util.Iterator it
        41: .line 79
            return
        end local 4 // java.util.Set indexes
        end local 3 // java.util.List methods
        end local 2 // net.sf.cglib.proxy.CallbackGenerator$Context context
        end local 1 // net.sf.cglib.core.ClassEmitter ce
        end local 0 // net.sf.cglib.proxy.LazyLoaderGenerator this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   42     0      this  Lnet/sf/cglib/proxy/LazyLoaderGenerator;
            0   42     1        ce  Lnet/sf/cglib/core/ClassEmitter;
            0   42     2   context  Lnet/sf/cglib/proxy/CallbackGenerator$Context;
            0   42     3   methods  Ljava/util/List;
            1   42     4   indexes  Ljava/util/Set;
            2   17     5        it  Ljava/util/Iterator;
            4   16     6    method  Lnet/sf/cglib/core/MethodInfo;
            6   16     7     index  I
            8   16     8         e  Lnet/sf/cglib/core/CodeEmitter;
           18   41     5        it  Ljava/util/Iterator;
           20   40     6     index  I
           21   40     7  delegate  Ljava/lang/String;
           26   40     8         e  Lnet/sf/cglib/core/CodeEmitter;
           30   40     9       end  Lorg/objectweb/asm/Label;
    MethodParameters:
         Name  Flags
      ce       
      context  
      methods  

  private net.sf.cglib.core.Signature loadMethod(int);
    descriptor: (I)Lnet/sf/cglib/core/Signature;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // net.sf.cglib.proxy.LazyLoaderGenerator this
        start local 1 // int index
         0: .line 82
            new net.sf.cglib.core.Signature
            dup
            new java.lang.StringBuilder
            dup
            ldc "CGLIB$LOAD_PRIVATE_"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* index */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         1: .line 83
            getstatic net.sf.cglib.core.Constants.TYPE_OBJECT:Lorg/objectweb/asm/Type;
         2: .line 84
            getstatic net.sf.cglib.core.Constants.TYPES_EMPTY:[Lorg/objectweb/asm/Type;
         3: .line 82
            invokespecial net.sf.cglib.core.Signature.<init>:(Ljava/lang/String;Lorg/objectweb/asm/Type;[Lorg/objectweb/asm/Type;)V
            areturn
        end local 1 // int index
        end local 0 // net.sf.cglib.proxy.LazyLoaderGenerator this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lnet/sf/cglib/proxy/LazyLoaderGenerator;
            0    4     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public void generateStatic(net.sf.cglib.core.CodeEmitter, net.sf.cglib.proxy.CallbackGenerator$Context, java.util.List);
    descriptor: (Lnet/sf/cglib/core/CodeEmitter;Lnet/sf/cglib/proxy/CallbackGenerator$Context;Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=4, args_size=4
        start local 0 // net.sf.cglib.proxy.LazyLoaderGenerator this
        start local 1 // net.sf.cglib.core.CodeEmitter e
        start local 2 // net.sf.cglib.proxy.CallbackGenerator$Context context
        start local 3 // java.util.List methods
         0: .line 87
            return
        end local 3 // java.util.List methods
        end local 2 // net.sf.cglib.proxy.CallbackGenerator$Context context
        end local 1 // net.sf.cglib.core.CodeEmitter e
        end local 0 // net.sf.cglib.proxy.LazyLoaderGenerator this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lnet/sf/cglib/proxy/LazyLoaderGenerator;
            0    1     1        e  Lnet/sf/cglib/core/CodeEmitter;
            0    1     2  context  Lnet/sf/cglib/proxy/CallbackGenerator$Context;
            0    1     3  methods  Ljava/util/List;
    MethodParameters:
         Name  Flags
      e        
      context  
      methods  
}
SourceFile: "LazyLoaderGenerator.java"
InnerClasses:
  public abstract Context = net.sf.cglib.proxy.CallbackGenerator$Context of net.sf.cglib.proxy.CallbackGenerator