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

  void <init>(long);
    descriptor: (J)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javassist.CtMethod$LongConstParameter this
        start local 1 // long l
         0: .line 417
            aload 0 /* this */
            invokespecial javassist.CtMethod$ConstParameter.<init>:()V
         1: .line 418
            aload 0 /* this */
            lload 1 /* l */
            putfield javassist.CtMethod$LongConstParameter.param:J
         2: .line 419
            return
        end local 1 // long l
        end local 0 // javassist.CtMethod$LongConstParameter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavassist/CtMethod$LongConstParameter;
            0    3     1     l  J
    MethodParameters:
      Name  Flags
      l     

  int compile(javassist.bytecode.Bytecode);
    descriptor: (Ljavassist/bytecode/Bytecode;)I
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javassist.CtMethod$LongConstParameter this
        start local 1 // javassist.bytecode.Bytecode code
         0: .line 423
            aload 1 /* code */
            aload 0 /* this */
            getfield javassist.CtMethod$LongConstParameter.param:J
            invokevirtual javassist.bytecode.Bytecode.addLconst:(J)V
         1: .line 424
            iconst_2
            ireturn
        end local 1 // javassist.bytecode.Bytecode code
        end local 0 // javassist.CtMethod$LongConstParameter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavassist/CtMethod$LongConstParameter;
            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$LongConstParameter this
         0: .line 429
            ldc "([Ljava/lang/Object;J)Ljava/lang/Object;"
            areturn
        end local 0 // javassist.CtMethod$LongConstParameter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavassist/CtMethod$LongConstParameter;

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