public class org.eclipse.jetty.util.Callback$Nested extends org.eclipse.jetty.util.Callback$Completing
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jetty.util.Callback$Nested
  super_class: org.eclipse.jetty.util.Callback$Completing
{
  private final org.eclipse.jetty.util.Callback callback;
    descriptor: Lorg/eclipse/jetty/util/Callback;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.eclipse.jetty.util.Callback);
    descriptor: (Lorg/eclipse/jetty/util/Callback;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.util.Callback$Nested this
        start local 1 // org.eclipse.jetty.util.Callback callback
         0: .line 299
            aload 0 /* this */
            invokespecial org.eclipse.jetty.util.Callback$Completing.<init>:()V
         1: .line 301
            aload 0 /* this */
            aload 1 /* callback */
            putfield org.eclipse.jetty.util.Callback$Nested.callback:Lorg/eclipse/jetty/util/Callback;
         2: .line 302
            return
        end local 1 // org.eclipse.jetty.util.Callback callback
        end local 0 // org.eclipse.jetty.util.Callback$Nested this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/eclipse/jetty/util/Callback$Nested;
            0    3     1  callback  Lorg/eclipse/jetty/util/Callback;
    MethodParameters:
          Name  Flags
      callback  

  public void <init>(org.eclipse.jetty.util.Callback$Nested);
    descriptor: (Lorg/eclipse/jetty/util/Callback$Nested;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.util.Callback$Nested this
        start local 1 // org.eclipse.jetty.util.Callback$Nested nested
         0: .line 304
            aload 0 /* this */
            invokespecial org.eclipse.jetty.util.Callback$Completing.<init>:()V
         1: .line 306
            aload 0 /* this */
            aload 1 /* nested */
            getfield org.eclipse.jetty.util.Callback$Nested.callback:Lorg/eclipse/jetty/util/Callback;
            putfield org.eclipse.jetty.util.Callback$Nested.callback:Lorg/eclipse/jetty/util/Callback;
         2: .line 307
            return
        end local 1 // org.eclipse.jetty.util.Callback$Nested nested
        end local 0 // org.eclipse.jetty.util.Callback$Nested this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/eclipse/jetty/util/Callback$Nested;
            0    3     1  nested  Lorg/eclipse/jetty/util/Callback$Nested;
    MethodParameters:
        Name  Flags
      nested  

  public org.eclipse.jetty.util.Callback getCallback();
    descriptor: ()Lorg/eclipse/jetty/util/Callback;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.util.Callback$Nested this
         0: .line 311
            aload 0 /* this */
            getfield org.eclipse.jetty.util.Callback$Nested.callback:Lorg/eclipse/jetty/util/Callback;
            areturn
        end local 0 // org.eclipse.jetty.util.Callback$Nested this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/util/Callback$Nested;

  public void succeeded();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // org.eclipse.jetty.util.Callback$Nested this
         0: .line 319
            aload 0 /* this */
            getfield org.eclipse.jetty.util.Callback$Nested.callback:Lorg/eclipse/jetty/util/Callback;
            invokeinterface org.eclipse.jetty.util.Callback.succeeded:()V
         1: .line 320
            goto 5
         2: .line 322
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         3: .line 323
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.util.Callback$Nested.completed:()V
         4: .line 324
            aload 1
            athrow
         5: .line 323
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.util.Callback$Nested.completed:()V
         6: .line 325
            return
        end local 0 // org.eclipse.jetty.util.Callback$Nested this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/jetty/util/Callback$Nested;
      Exception table:
        from    to  target  type
           0     2       2  any

  public void failed(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.jetty.util.Callback$Nested this
        start local 1 // java.lang.Throwable x
         0: .line 332
            aload 0 /* this */
            getfield org.eclipse.jetty.util.Callback$Nested.callback:Lorg/eclipse/jetty/util/Callback;
            aload 1 /* x */
            invokeinterface org.eclipse.jetty.util.Callback.failed:(Ljava/lang/Throwable;)V
         1: .line 333
            goto 5
         2: .line 335
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         3: .line 336
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.util.Callback$Nested.completed:()V
         4: .line 337
            aload 2
            athrow
         5: .line 336
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.util.Callback$Nested.completed:()V
         6: .line 338
            return
        end local 1 // java.lang.Throwable x
        end local 0 // org.eclipse.jetty.util.Callback$Nested this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/jetty/util/Callback$Nested;
            0    7     1     x  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     2       2  any
    MethodParameters:
      Name  Flags
      x     

  public org.eclipse.jetty.util.thread.Invocable$InvocationType getInvocationType();
    descriptor: ()Lorg/eclipse/jetty/util/thread/Invocable$InvocationType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.util.Callback$Nested this
         0: .line 343
            aload 0 /* this */
            getfield org.eclipse.jetty.util.Callback$Nested.callback:Lorg/eclipse/jetty/util/Callback;
            invokeinterface org.eclipse.jetty.util.Callback.getInvocationType:()Lorg/eclipse/jetty/util/thread/Invocable$InvocationType;
            areturn
        end local 0 // org.eclipse.jetty.util.Callback$Nested this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/util/Callback$Nested;
}
SourceFile: "Callback.java"
NestHost: org.eclipse.jetty.util.Callback
InnerClasses:
  public Completing = org.eclipse.jetty.util.Callback$Completing of org.eclipse.jetty.util.Callback
  public Nested = org.eclipse.jetty.util.Callback$Nested of org.eclipse.jetty.util.Callback
  public final InvocationType = org.eclipse.jetty.util.thread.Invocable$InvocationType of org.eclipse.jetty.util.thread.Invocable