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

  private static final org.objectweb.asm.Type FIXED_VALUE;
    descriptor: Lorg/objectweb/asm/Type;
    flags: (0x001a) ACC_PRIVATE, 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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 23
            new net.sf.cglib.proxy.FixedValueGenerator
            dup
            invokespecial net.sf.cglib.proxy.FixedValueGenerator.<init>:()V
            putstatic net.sf.cglib.proxy.FixedValueGenerator.INSTANCE:Lnet/sf/cglib/proxy/FixedValueGenerator;
         1: .line 25
            ldc "net.sf.cglib.proxy.FixedValue"
            invokestatic net.sf.cglib.core.TypeUtils.parseType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;
         2: .line 24
            putstatic net.sf.cglib.proxy.FixedValueGenerator.FIXED_VALUE:Lorg/objectweb/asm/Type;
         3: .line 27
            ldc "Object loadObject()"
            invokestatic net.sf.cglib.core.TypeUtils.parseSignature:(Ljava/lang/String;)Lnet/sf/cglib/core/Signature;
         4: .line 26
            putstatic net.sf.cglib.proxy.FixedValueGenerator.LOAD_OBJECT:Lnet/sf/cglib/core/Signature;
         5: .line 27
            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.FixedValueGenerator this
         0: .line 22
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // net.sf.cglib.proxy.FixedValueGenerator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sf/cglib/proxy/FixedValueGenerator;

  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=4, locals=7, args_size=4
        start local 0 // net.sf.cglib.proxy.FixedValueGenerator 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 30
            aload 3 /* methods */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4 /* it */
        start local 4 // java.util.Iterator it
         1: goto 9
         2: .line 31
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 4 /* it */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.sf.cglib.core.MethodInfo
            astore 5 /* method */
        start local 5 // net.sf.cglib.core.MethodInfo method
         3: .line 32
            aload 2 /* context */
            aload 1 /* ce */
            aload 5 /* 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 6 /* e */
        start local 6 // net.sf.cglib.core.CodeEmitter e
         4: .line 33
            aload 2 /* context */
            aload 6 /* e */
            aload 2 /* context */
            aload 5 /* method */
            invokeinterface net.sf.cglib.proxy.CallbackGenerator$Context.getIndex:(Lnet/sf/cglib/core/MethodInfo;)I
            invokeinterface net.sf.cglib.proxy.CallbackGenerator$Context.emitCallback:(Lnet/sf/cglib/core/CodeEmitter;I)V
         5: .line 34
            aload 6 /* e */
            getstatic net.sf.cglib.proxy.FixedValueGenerator.FIXED_VALUE:Lorg/objectweb/asm/Type;
            getstatic net.sf.cglib.proxy.FixedValueGenerator.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
         6: .line 35
            aload 6 /* e */
            aload 6 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.getReturnType:()Lorg/objectweb/asm/Type;
            invokevirtual net.sf.cglib.core.CodeEmitter.unbox_or_zero:(Lorg/objectweb/asm/Type;)V
         7: .line 36
            aload 6 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.return_value:()V
         8: .line 37
            aload 6 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.end_method:()V
        end local 6 // net.sf.cglib.core.CodeEmitter e
        end local 5 // net.sf.cglib.core.MethodInfo method
         9: .line 30
      StackMap locals:
      StackMap stack:
            aload 4 /* it */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
        end local 4 // java.util.Iterator it
        10: .line 39
            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.ClassEmitter ce
        end local 0 // net.sf.cglib.proxy.FixedValueGenerator this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lnet/sf/cglib/proxy/FixedValueGenerator;
            0   11     1       ce  Lnet/sf/cglib/core/ClassEmitter;
            0   11     2  context  Lnet/sf/cglib/proxy/CallbackGenerator$Context;
            0   11     3  methods  Ljava/util/List;
            1   10     4       it  Ljava/util/Iterator;
            3    9     5   method  Lnet/sf/cglib/core/MethodInfo;
            4    9     6        e  Lnet/sf/cglib/core/CodeEmitter;
    MethodParameters:
         Name  Flags
      ce       
      context  
      methods  

  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.FixedValueGenerator 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 41
            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.FixedValueGenerator this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lnet/sf/cglib/proxy/FixedValueGenerator;
            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: "FixedValueGenerator.java"
InnerClasses:
  public abstract Context = net.sf.cglib.proxy.CallbackGenerator$Context of net.sf.cglib.proxy.CallbackGenerator