class javassist.CtMethod$IntConstParameter extends javassist.CtMethod$ConstParameter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javassist.CtMethod$IntConstParameter
  super_class: javassist.CtMethod$ConstParameter
{
  int param;
    descriptor: I
    flags: (0x0000) 

  void <init>(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javassist.CtMethod$IntConstParameter this
        start local 1 // int i
         0: .line 393
            aload 0 /* this */
            invokespecial javassist.CtMethod$ConstParameter.<init>:()V
         1: .line 394
            aload 0 /* this */
            iload 1 /* i */
            putfield javassist.CtMethod$IntConstParameter.param:I
         2: .line 395
            return
        end local 1 // int i
        end local 0 // javassist.CtMethod$IntConstParameter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavassist/CtMethod$IntConstParameter;
            0    3     1     i  I
    MethodParameters:
      Name  Flags
      i     

  int compile(javassist.bytecode.Bytecode);
    descriptor: (Ljavassist/bytecode/Bytecode;)I
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javassist.CtMethod$IntConstParameter this
        start local 1 // javassist.bytecode.Bytecode code
         0: .line 399
            aload 1 /* code */
            aload 0 /* this */
            getfield javassist.CtMethod$IntConstParameter.param:I
            invokevirtual javassist.bytecode.Bytecode.addIconst:(I)V
         1: .line 400
            iconst_1
            ireturn
        end local 1 // javassist.bytecode.Bytecode code
        end local 0 // javassist.CtMethod$IntConstParameter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavassist/CtMethod$IntConstParameter;
            0    2     1  code  Ljavassist/bytecode/Bytecode;
    Exceptions:
      throws javassist.CannotCompileException
    MethodParameters:
      Name  Flags
      code  

  java.lang.String descriptor();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javassist.CtMethod$IntConstParameter this
         0: .line 405
            ldc "([Ljava/lang/Object;I)Ljava/lang/Object;"
            areturn
        end local 0 // javassist.CtMethod$IntConstParameter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavassist/CtMethod$IntConstParameter;

  java.lang.String constDescriptor();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javassist.CtMethod$IntConstParameter this
         0: .line 410
            ldc "([Ljava/lang/Object;I)V"
            areturn
        end local 0 // javassist.CtMethod$IntConstParameter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavassist/CtMethod$IntConstParameter;
}
SourceFile: "CtMethod.java"
NestHost: javassist.CtMethod
InnerClasses:
  public ConstParameter = javassist.CtMethod$ConstParameter of javassist.CtMethod
  IntConstParameter = javassist.CtMethod$IntConstParameter of javassist.CtMethod