abstract class javassist.CtField$CodeInitializer0 extends javassist.CtField$Initializer
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: javassist.CtField$CodeInitializer0
  super_class: javassist.CtField$Initializer
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javassist.CtField$CodeInitializer0 this
         0: .line 871
            aload 0 /* this */
            invokespecial javassist.CtField$Initializer.<init>:()V
            return
        end local 0 // javassist.CtField$CodeInitializer0 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavassist/CtField$CodeInitializer0;

  abstract void compileExpr(javassist.compiler.Javac);
    descriptor: (Ljavassist/compiler/Javac;)V
    flags: (0x0400) ACC_ABSTRACT
    Exceptions:
      throws javassist.compiler.CompileError
    MethodParameters:
      Name  Flags
      drv   

  int compile(javassist.CtClass, java.lang.String, javassist.bytecode.Bytecode, javassist.CtClass[], javassist.compiler.Javac);
    descriptor: (Ljavassist/CtClass;Ljava/lang/String;Ljavassist/bytecode/Bytecode;[Ljavassist/CtClass;Ljavassist/compiler/Javac;)I
    flags: (0x0000) 
    Code:
      stack=4, locals=7, args_size=6
        start local 0 // javassist.CtField$CodeInitializer0 this
        start local 1 // javassist.CtClass type
        start local 2 // java.lang.String name
        start local 3 // javassist.bytecode.Bytecode code
        start local 4 // javassist.CtClass[] parameters
        start local 5 // javassist.compiler.Javac drv
         0: .line 880
            aload 3 /* code */
            iconst_0
            invokevirtual javassist.bytecode.Bytecode.addAload:(I)V
         1: .line 881
            aload 0 /* this */
            aload 5 /* drv */
            invokevirtual javassist.CtField$CodeInitializer0.compileExpr:(Ljavassist/compiler/Javac;)V
         2: .line 882
            aload 3 /* code */
            getstatic javassist.bytecode.Bytecode.THIS:Ljavassist/CtClass;
            aload 2 /* name */
            aload 1 /* type */
            invokestatic javassist.bytecode.Descriptor.of:(Ljavassist/CtClass;)Ljava/lang/String;
            invokevirtual javassist.bytecode.Bytecode.addPutfield:(Ljavassist/CtClass;Ljava/lang/String;Ljava/lang/String;)V
         3: .line 883
            aload 3 /* code */
            invokevirtual javassist.bytecode.Bytecode.getMaxStack:()I
         4: ireturn
         5: .line 885
      StackMap locals:
      StackMap stack: javassist.compiler.CompileError
            astore 6 /* e */
        start local 6 // javassist.compiler.CompileError e
         6: .line 886
            new javassist.CannotCompileException
            dup
            aload 6 /* e */
            invokespecial javassist.CannotCompileException.<init>:(Ljavassist/compiler/CompileError;)V
            athrow
        end local 6 // javassist.compiler.CompileError e
        end local 5 // javassist.compiler.Javac drv
        end local 4 // javassist.CtClass[] parameters
        end local 3 // javassist.bytecode.Bytecode code
        end local 2 // java.lang.String name
        end local 1 // javassist.CtClass type
        end local 0 // javassist.CtField$CodeInitializer0 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Ljavassist/CtField$CodeInitializer0;
            0    7     1        type  Ljavassist/CtClass;
            0    7     2        name  Ljava/lang/String;
            0    7     3        code  Ljavassist/bytecode/Bytecode;
            0    7     4  parameters  [Ljavassist/CtClass;
            0    7     5         drv  Ljavassist/compiler/Javac;
            6    7     6           e  Ljavassist/compiler/CompileError;
      Exception table:
        from    to  target  type
           0     4       5  Class javassist.compiler.CompileError
    Exceptions:
      throws javassist.CannotCompileException
    MethodParameters:
            Name  Flags
      type        
      name        
      code        
      parameters  
      drv         

  int compileIfStatic(javassist.CtClass, java.lang.String, javassist.bytecode.Bytecode, javassist.compiler.Javac);
    descriptor: (Ljavassist/CtClass;Ljava/lang/String;Ljavassist/bytecode/Bytecode;Ljavassist/compiler/Javac;)I
    flags: (0x0000) 
    Code:
      stack=4, locals=6, args_size=5
        start local 0 // javassist.CtField$CodeInitializer0 this
        start local 1 // javassist.CtClass type
        start local 2 // java.lang.String name
        start local 3 // javassist.bytecode.Bytecode code
        start local 4 // javassist.compiler.Javac drv
         0: .line 895
            aload 0 /* this */
            aload 4 /* drv */
            invokevirtual javassist.CtField$CodeInitializer0.compileExpr:(Ljavassist/compiler/Javac;)V
         1: .line 896
            aload 3 /* code */
            getstatic javassist.bytecode.Bytecode.THIS:Ljavassist/CtClass;
            aload 2 /* name */
            aload 1 /* type */
            invokestatic javassist.bytecode.Descriptor.of:(Ljavassist/CtClass;)Ljava/lang/String;
            invokevirtual javassist.bytecode.Bytecode.addPutstatic:(Ljavassist/CtClass;Ljava/lang/String;Ljava/lang/String;)V
         2: .line 897
            aload 3 /* code */
            invokevirtual javassist.bytecode.Bytecode.getMaxStack:()I
         3: ireturn
         4: .line 899
      StackMap locals:
      StackMap stack: javassist.compiler.CompileError
            astore 5 /* e */
        start local 5 // javassist.compiler.CompileError e
         5: .line 900
            new javassist.CannotCompileException
            dup
            aload 5 /* e */
            invokespecial javassist.CannotCompileException.<init>:(Ljavassist/compiler/CompileError;)V
            athrow
        end local 5 // javassist.compiler.CompileError e
        end local 4 // javassist.compiler.Javac drv
        end local 3 // javassist.bytecode.Bytecode code
        end local 2 // java.lang.String name
        end local 1 // javassist.CtClass type
        end local 0 // javassist.CtField$CodeInitializer0 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljavassist/CtField$CodeInitializer0;
            0    6     1  type  Ljavassist/CtClass;
            0    6     2  name  Ljava/lang/String;
            0    6     3  code  Ljavassist/bytecode/Bytecode;
            0    6     4   drv  Ljavassist/compiler/Javac;
            5    6     5     e  Ljavassist/compiler/CompileError;
      Exception table:
        from    to  target  type
           0     3       4  Class javassist.compiler.CompileError
    Exceptions:
      throws javassist.CannotCompileException
    MethodParameters:
      Name  Flags
      type  
      name  
      code  
      drv   

  int getConstantValue2(javassist.bytecode.ConstPool, javassist.CtClass, javassist.compiler.ast.ASTree);
    descriptor: (Ljavassist/bytecode/ConstPool;Ljavassist/CtClass;Ljavassist/compiler/ast/ASTree;)I
    flags: (0x0000) 
    Code:
      stack=3, locals=6, args_size=4
        start local 0 // javassist.CtField$CodeInitializer0 this
        start local 1 // javassist.bytecode.ConstPool cp
        start local 2 // javassist.CtClass type
        start local 3 // javassist.compiler.ast.ASTree tree
         0: .line 905
            aload 2 /* type */
            invokevirtual javassist.CtClass.isPrimitive:()Z
            ifeq 17
         1: .line 906
            aload 3 /* tree */
            instanceof javassist.compiler.ast.IntConst
            ifeq 11
         2: .line 907
            aload 3 /* tree */
            checkcast javassist.compiler.ast.IntConst
            invokevirtual javassist.compiler.ast.IntConst.get:()J
            lstore 4 /* value */
        start local 4 // long value
         3: .line 908
            aload 2 /* type */
            getstatic javassist.CtClass.doubleType:Ljavassist/CtClass;
            if_acmpne 5
         4: .line 909
            aload 1 /* cp */
            lload 4 /* value */
            l2d
            invokevirtual javassist.bytecode.ConstPool.addDoubleInfo:(D)I
            ireturn
         5: .line 910
      StackMap locals: long
      StackMap stack:
            aload 2 /* type */
            getstatic javassist.CtClass.floatType:Ljavassist/CtClass;
            if_acmpne 7
         6: .line 911
            aload 1 /* cp */
            lload 4 /* value */
            l2f
            invokevirtual javassist.bytecode.ConstPool.addFloatInfo:(F)I
            ireturn
         7: .line 912
      StackMap locals:
      StackMap stack:
            aload 2 /* type */
            getstatic javassist.CtClass.longType:Ljavassist/CtClass;
            if_acmpne 9
         8: .line 913
            aload 1 /* cp */
            lload 4 /* value */
            invokevirtual javassist.bytecode.ConstPool.addLongInfo:(J)I
            ireturn
         9: .line 914
      StackMap locals:
      StackMap stack:
            aload 2 /* type */
            getstatic javassist.CtClass.voidType:Ljavassist/CtClass;
            if_acmpeq 20
        10: .line 915
            aload 1 /* cp */
            lload 4 /* value */
            l2i
            invokevirtual javassist.bytecode.ConstPool.addIntegerInfo:(I)I
            ireturn
        end local 4 // long value
        11: .line 917
      StackMap locals:
      StackMap stack:
            aload 3 /* tree */
            instanceof javassist.compiler.ast.DoubleConst
            ifeq 20
        12: .line 918
            aload 3 /* tree */
            checkcast javassist.compiler.ast.DoubleConst
            invokevirtual javassist.compiler.ast.DoubleConst.get:()D
            dstore 4 /* value */
        start local 4 // double value
        13: .line 919
            aload 2 /* type */
            getstatic javassist.CtClass.floatType:Ljavassist/CtClass;
            if_acmpne 15
        14: .line 920
            aload 1 /* cp */
            dload 4 /* value */
            d2f
            invokevirtual javassist.bytecode.ConstPool.addFloatInfo:(F)I
            ireturn
        15: .line 921
      StackMap locals: double
      StackMap stack:
            aload 2 /* type */
            getstatic javassist.CtClass.doubleType:Ljavassist/CtClass;
            if_acmpne 20
        16: .line 922
            aload 1 /* cp */
            dload 4 /* value */
            invokevirtual javassist.bytecode.ConstPool.addDoubleInfo:(D)I
            ireturn
        end local 4 // double value
        17: .line 925
      StackMap locals:
      StackMap stack:
            aload 3 /* tree */
            instanceof javassist.compiler.ast.StringL
            ifeq 20
        18: .line 926
            aload 2 /* type */
            invokevirtual javassist.CtClass.getName:()Ljava/lang/String;
            ldc "java.lang.String"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 20
        19: .line 927
            aload 1 /* cp */
            aload 3 /* tree */
            checkcast javassist.compiler.ast.StringL
            invokevirtual javassist.compiler.ast.StringL.get:()Ljava/lang/String;
            invokevirtual javassist.bytecode.ConstPool.addStringInfo:(Ljava/lang/String;)I
            ireturn
        20: .line 929
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 3 // javassist.compiler.ast.ASTree tree
        end local 2 // javassist.CtClass type
        end local 1 // javassist.bytecode.ConstPool cp
        end local 0 // javassist.CtField$CodeInitializer0 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   21     0   this  Ljavassist/CtField$CodeInitializer0;
            0   21     1     cp  Ljavassist/bytecode/ConstPool;
            0   21     2   type  Ljavassist/CtClass;
            0   21     3   tree  Ljavassist/compiler/ast/ASTree;
            3   11     4  value  J
           13   17     4  value  D
    MethodParameters:
      Name  Flags
      cp    
      type  
      tree  
}
SourceFile: "CtField.java"
NestHost: javassist.CtField
InnerClasses:
  abstract CodeInitializer0 = javassist.CtField$CodeInitializer0 of javassist.CtField
  public abstract Initializer = javassist.CtField$Initializer of javassist.CtField