class net.sf.cglib.proxy.Enhancer$2 implements net.sf.cglib.core.Transformer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: net.sf.cglib.proxy.Enhancer$2
  super_class: java.lang.Object
{
  final net.sf.cglib.proxy.Enhancer this$0;
    descriptor: Lnet/sf/cglib/proxy/Enhancer;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.util.Set val$forcePublic;
    descriptor: Ljava/util/Set;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(net.sf.cglib.proxy.Enhancer, java.util.Set);
    descriptor: (Lnet/sf/cglib/proxy/Enhancer;Ljava/util/Set;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // net.sf.cglib.proxy.Enhancer$2 this
         0: .line 577
            aload 0 /* this */
            aload 1
            putfield net.sf.cglib.proxy.Enhancer$2.this$0:Lnet/sf/cglib/proxy/Enhancer;
            aload 0 /* this */
            aload 2
            putfield net.sf.cglib.proxy.Enhancer$2.val$forcePublic:Ljava/util/Set;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // net.sf.cglib.proxy.Enhancer$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sf/cglib/proxy/Enhancer$2;
    MethodParameters:
                 Name  Flags
      this$0           final
      val$forcePublic  final

  public java.lang.Object transform(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // net.sf.cglib.proxy.Enhancer$2 this
        start local 1 // java.lang.Object value
         0: .line 579
            aload 1 /* value */
            checkcast java.lang.reflect.Method
            astore 2 /* method */
        start local 2 // java.lang.reflect.Method method
         1: .line 580
            bipush 16
         2: .line 581
            aload 2 /* method */
            invokevirtual java.lang.reflect.Method.getModifiers:()I
         3: .line 582
            sipush -1025
         4: .line 581
            iand
         5: .line 583
            sipush -257
         6: .line 581
            iand
         7: .line 584
            bipush -33
         8: .line 581
            iand
         9: .line 580
            ior
            istore 3 /* modifiers */
        start local 3 // int modifiers
        10: .line 585
            aload 0 /* this */
            getfield net.sf.cglib.proxy.Enhancer$2.val$forcePublic:Ljava/util/Set;
            aload 2 /* method */
            invokestatic net.sf.cglib.core.MethodWrapper.create:(Ljava/lang/reflect/Method;)Ljava/lang/Object;
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifeq 12
        11: .line 586
            iload 3 /* modifiers */
            bipush -5
            iand
            iconst_1
            ior
            istore 3 /* modifiers */
        12: .line 588
      StackMap locals: java.lang.reflect.Method int
      StackMap stack:
            aload 2 /* method */
            iload 3 /* modifiers */
            invokestatic net.sf.cglib.core.ReflectUtils.getMethodInfo:(Ljava/lang/reflect/Member;I)Lnet/sf/cglib/core/MethodInfo;
            areturn
        end local 3 // int modifiers
        end local 2 // java.lang.reflect.Method method
        end local 1 // java.lang.Object value
        end local 0 // net.sf.cglib.proxy.Enhancer$2 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   13     0       this  Lnet/sf/cglib/proxy/Enhancer$2;
            0   13     1      value  Ljava/lang/Object;
            1   13     2     method  Ljava/lang/reflect/Method;
           10   13     3  modifiers  I
    MethodParameters:
       Name  Flags
      value  
}
SourceFile: "Enhancer.java"
EnclosingMethod: net.sf.cglib.proxy.Enhancer.generateClass:(Lorg/objectweb/asm/ClassVisitor;)V
NestHost: net.sf.cglib.proxy.Enhancer
InnerClasses:
  net.sf.cglib.proxy.Enhancer$2