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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 25
            new net.sf.cglib.proxy.NoOpGenerator
            dup
            invokespecial net.sf.cglib.proxy.NoOpGenerator.<init>:()V
            putstatic net.sf.cglib.proxy.NoOpGenerator.INSTANCE:Lnet/sf/cglib/proxy/NoOpGenerator;
            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.NoOpGenerator this
         0: .line 22
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // net.sf.cglib.proxy.NoOpGenerator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sf/cglib/proxy/NoOpGenerator;

  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=3, locals=7, args_size=4
        start local 0 // net.sf.cglib.proxy.NoOpGenerator 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 28
            aload 3 /* methods */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4 /* it */
        start local 4 // java.util.Iterator it
         1: goto 11
         2: .line 29
      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 30
            aload 5 /* method */
            invokevirtual net.sf.cglib.core.MethodInfo.getModifiers:()I
            invokestatic net.sf.cglib.core.TypeUtils.isBridge:(I)Z
            ifne 6
         4: .line 31
            aload 2 /* context */
            aload 5 /* method */
            invokeinterface net.sf.cglib.proxy.CallbackGenerator$Context.getOriginalModifiers:(Lnet/sf/cglib/core/MethodInfo;)I
            invokestatic net.sf.cglib.core.TypeUtils.isProtected:(I)Z
            ifeq 11
         5: .line 32
            aload 5 /* method */
            invokevirtual net.sf.cglib.core.MethodInfo.getModifiers:()I
            invokestatic net.sf.cglib.core.TypeUtils.isPublic:(I)Z
            ifeq 11
         6: .line 33
      StackMap locals: net.sf.cglib.core.MethodInfo
      StackMap stack:
            aload 1 /* ce */
            aload 5 /* method */
            invokestatic net.sf.cglib.core.EmitUtils.begin_method:(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
         7: .line 34
            aload 6 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.load_this:()V
         8: .line 35
            aload 2 /* context */
            aload 6 /* e */
            aload 5 /* method */
            invokeinterface net.sf.cglib.proxy.CallbackGenerator$Context.emitLoadArgsAndInvoke:(Lnet/sf/cglib/core/CodeEmitter;Lnet/sf/cglib/core/MethodInfo;)V
         9: .line 36
            aload 6 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.return_value:()V
        10: .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
        11: .line 28
      StackMap locals:
      StackMap stack:
            aload 4 /* it */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
        end local 4 // java.util.Iterator it
        12: .line 40
            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.NoOpGenerator this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   13     0     this  Lnet/sf/cglib/proxy/NoOpGenerator;
            0   13     1       ce  Lnet/sf/cglib/core/ClassEmitter;
            0   13     2  context  Lnet/sf/cglib/proxy/CallbackGenerator$Context;
            0   13     3  methods  Ljava/util/List;
            1   12     4       it  Ljava/util/Iterator;
            3   11     5   method  Lnet/sf/cglib/core/MethodInfo;
            7   11     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.NoOpGenerator 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 42
            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.NoOpGenerator this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lnet/sf/cglib/proxy/NoOpGenerator;
            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: "NoOpGenerator.java"
InnerClasses:
  public abstract Context = net.sf.cglib.proxy.CallbackGenerator$Context of net.sf.cglib.proxy.CallbackGenerator