class net.sf.cglib.core.ClassEmitter$1 extends net.sf.cglib.core.ClassInfo { final net.sf.cglib.asm.$Type val$classType; final net.sf.cglib.asm.$Type val$superType; final net.sf.cglib.asm.$Type[] val$interfaces; final int val$access; final net.sf.cglib.core.ClassEmitter this$0; void (net.sf.cglib.core.ClassEmitter, net.sf.cglib.asm.$Type, net.sf.cglib.asm.$Type, net.sf.cglib.asm.$Type[], int) { net.sf.cglib.asm.$Type v, v; net.sf.cglib.core.ClassEmitter v; net.sf.cglib.asm.$Type[] v; int v; net.sf.cglib.core.ClassEmitter$1 v; v := @this: net.sf.cglib.core.ClassEmitter$1; v := @parameter: net.sf.cglib.core.ClassEmitter; v := @parameter: net.sf.cglib.asm.$Type; v := @parameter: net.sf.cglib.asm.$Type; v := @parameter: net.sf.cglib.asm.$Type[]; v := @parameter: int; v. = v; v. = v; v. = v; v. = v; v. = v; specialinvoke v.()>(); return; } public net.sf.cglib.asm.$Type getType() { net.sf.cglib.asm.$Type v; net.sf.cglib.core.ClassEmitter$1 v; v := @this: net.sf.cglib.core.ClassEmitter$1; v = v.; return v; } public net.sf.cglib.asm.$Type getSuperType() { net.sf.cglib.asm.$Type v, v; net.sf.cglib.core.ClassEmitter$1 v; v := @this: net.sf.cglib.core.ClassEmitter$1; v = v.; if v == null goto label; v = v.; goto label; label: v = ; label: return v; } public net.sf.cglib.asm.$Type[] getInterfaces() { net.sf.cglib.core.ClassEmitter$1 v; net.sf.cglib.asm.$Type[] v; v := @this: net.sf.cglib.core.ClassEmitter$1; v = v.; return v; } public int getModifiers() { int v; net.sf.cglib.core.ClassEmitter$1 v; v := @this: net.sf.cglib.core.ClassEmitter$1; v = v.; return v; } }