public class org.eclipse.jetty.util.Callback$Completing implements org.eclipse.jetty.util.Callback
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jetty.util.Callback$Completing
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.util.Callback$Completing this
         0: .line 272
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.jetty.util.Callback$Completing this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/util/Callback$Completing;

  public void succeeded();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.util.Callback$Completing this
         0: .line 277
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.util.Callback$Completing.completed:()V
         1: .line 278
            return
        end local 0 // org.eclipse.jetty.util.Callback$Completing this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/util/Callback$Completing;

  public void failed(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.util.Callback$Completing this
        start local 1 // java.lang.Throwable x
         0: .line 283
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.util.Callback$Completing.completed:()V
         1: .line 284
            return
        end local 1 // java.lang.Throwable x
        end local 0 // org.eclipse.jetty.util.Callback$Completing this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/util/Callback$Completing;
            0    2     1     x  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      x     

  public void completed();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.util.Callback$Completing this
         0: .line 288
            return
        end local 0 // org.eclipse.jetty.util.Callback$Completing this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/util/Callback$Completing;
}
SourceFile: "Callback.java"
NestHost: org.eclipse.jetty.util.Callback
InnerClasses:
  public Completing = org.eclipse.jetty.util.Callback$Completing of org.eclipse.jetty.util.Callback