class org.springframework.cglib.proxy.MethodProxy$FastClassInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.cglib.proxy.MethodProxy$FastClassInfo
  super_class: java.lang.Object
{
  FastClass f1;
    descriptor: LFastClass;
    flags: (0x0000) 

  FastClass f2;
    descriptor: LFastClass;
    flags: (0x0000) 

  int i1;
    descriptor: I
    flags: (0x0000) 

  int i2;
    descriptor: I
    flags: (0x0000) 

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.cglib.proxy.MethodProxy$FastClassInfo this
         0: .line 23
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.springframework.cglib.core.CodeGenerationException cannot be resolved\n\tThe import org.springframework.cglib.core.GeneratorStrategy cannot be resolved\n\tThe import org.springframework.cglib.core.NamingPolicy cannot be resolved\n\tThe import org.springframework.cglib.core.Signature cannot be resolved\n\tThe import org.springframework.cglib.reflect cannot be resolved\n\tSignature cannot be resolved to a type\n\tSignature cannot be resolved to a type\n\tSignature cannot be resolved to a type\n\tSignature cannot be resolved to a type\n\tSignature cannot be resolved to a type\n\tSignature cannot be resolved to a type\n\tFastClass cannot be resolved to a type\n\tThe method helper(MethodProxy.CreateInfo, Class) from the type MethodProxy refers to the missing type FastClass\n\tFastClass cannot be resolved to a type\n\tThe method helper(MethodProxy.CreateInfo, Class) from the type MethodProxy refers to the missing type FastClass\n\tFastClass cannot be resolved to a type\n\tSignature cannot be resolved to a type\n\tFastClass cannot be resolved to a type\n\tSignature cannot be resolved to a type\n\tFastClass cannot be resolved to a type\n\tFastClass cannot be resolved to a type\n\tNamingPolicy cannot be resolved to a type\n\tGeneratorStrategy cannot be resolved to a type\n\tNamingPolicy cannot be resolved to a type\n\tThe method getNamingPolicy() from the type AbstractClassGenerator refers to the missing type NamingPolicy\n\tGeneratorStrategy cannot be resolved to a type\n\tThe method getStrategy() from the type AbstractClassGenerator refers to the missing type GeneratorStrategy\n\tFastClass cannot be resolved to a type\n\tFastClass cannot be resolved to a type\n\tFastClass cannot be resolved to a type\n\tNamingPolicy cannot be resolved to a type\n\tGeneratorStrategy cannot be resolved to a type\n\tSignature cannot be resolved to a type\n\tSignature cannot be resolved to a type\n\tSignature cannot be resolved to a type\n\tFastClass cannot be resolved to a type\n\tFastClass cannot be resolved to a type\n\tFastClass cannot be resolved to a type\n\tFastClass cannot be resolved to a type\n\tSignature cannot be resolved to a type\n\tMethodInterceptorGenerator cannot be resolved to a variable\n\tMethodInterceptorGenerator cannot be resolved to a variable\n\tCodeGenerationException cannot be resolved to a type\n\tFastClass cannot be resolved to a type\n\tSignature cannot be resolved to a type\n\tFastClass cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.cglib.proxy.MethodProxy$FastClassInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/cglib/proxy/MethodProxy$FastClassInfo;
}
SourceFile: "MethodProxy.java"
NestHost: org.springframework.cglib.proxy.MethodProxy
InnerClasses:
  private FastClassInfo = org.springframework.cglib.proxy.MethodProxy$FastClassInfo of org.springframework.cglib.proxy.MethodProxy