final class com.google.common.util.concurrent.AbstractCatchingFuture$CatchingFuture<V, X extends java.lang.Throwable> extends com.google.common.util.concurrent.AbstractCatchingFuture<V, X, com.google.common.base.Function<? super X, ? extends V>, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.google.common.util.concurrent.AbstractCatchingFuture$CatchingFuture
  super_class: com.google.common.util.concurrent.AbstractCatchingFuture
{
  void <init>(com.google.common.util.concurrent.ListenableFuture<? extends V>, java.lang.Class<X>, com.google.common.base.Function<? super X, ? extends V>);
    descriptor: (Lcom/google/common/util/concurrent/ListenableFuture;Ljava/lang/Class;Lcom/google/common/base/Function;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.google.common.util.concurrent.AbstractCatchingFuture$CatchingFuture this
        start local 1 // com.google.common.util.concurrent.ListenableFuture input
        start local 2 // java.lang.Class exceptionType
        start local 3 // com.google.common.base.Function fallback
         0: .line 199
            aload 0 /* this */
            aload 1 /* input */
            aload 2 /* exceptionType */
            aload 3 /* fallback */
            invokespecial com.google.common.util.concurrent.AbstractCatchingFuture.<init>:(Lcom/google/common/util/concurrent/ListenableFuture;Ljava/lang/Class;Ljava/lang/Object;)V
         1: .line 200
            return
        end local 3 // com.google.common.base.Function fallback
        end local 2 // java.lang.Class exceptionType
        end local 1 // com.google.common.util.concurrent.ListenableFuture input
        end local 0 // com.google.common.util.concurrent.AbstractCatchingFuture$CatchingFuture this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/google/common/util/concurrent/AbstractCatchingFuture$CatchingFuture<TV;TX;>;
            0    2     1          input  Lcom/google/common/util/concurrent/ListenableFuture<+TV;>;
            0    2     2  exceptionType  Ljava/lang/Class<TX;>;
            0    2     3       fallback  Lcom/google/common/base/Function<-TX;+TV;>;
    Signature: (Lcom/google/common/util/concurrent/ListenableFuture<+TV;>;Ljava/lang/Class<TX;>;Lcom/google/common/base/Function<-TX;+TV;>;)V
    MethodParameters:
               Name  Flags
      input          
      exceptionType  
      fallback       

  V doFallback(com.google.common.base.Function<? super X, ? extends V>, );
    descriptor: (Lcom/google/common/base/Function;Ljava/lang/Throwable;)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.google.common.util.concurrent.AbstractCatchingFuture$CatchingFuture this
        start local 1 // com.google.common.base.Function fallback
        start local 2 // java.lang.Throwable cause
         0: .line 205
            aload 1 /* fallback */
            aload 2 /* cause */
            invokeinterface com.google.common.base.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 2 // java.lang.Throwable cause
        end local 1 // com.google.common.base.Function fallback
        end local 0 // com.google.common.util.concurrent.AbstractCatchingFuture$CatchingFuture this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/google/common/util/concurrent/AbstractCatchingFuture$CatchingFuture<TV;TX;>;
            0    1     1  fallback  Lcom/google/common/base/Function<-TX;+TV;>;
            0    1     2     cause  TX;
    Exceptions:
      throws java.lang.Exception
    Signature: (Lcom/google/common/base/Function<-TX;+TV;>;TX;)TV;
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
          Name  Flags
      fallback  
      cause     

  void setResult();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.util.concurrent.AbstractCatchingFuture$CatchingFuture this
        start local 1 // java.lang.Object result
         0: .line 210
            aload 0 /* this */
            aload 1 /* result */
            invokevirtual com.google.common.util.concurrent.AbstractCatchingFuture$CatchingFuture.set:(Ljava/lang/Object;)Z
            pop
         1: .line 211
            return
        end local 1 // java.lang.Object result
        end local 0 // com.google.common.util.concurrent.AbstractCatchingFuture$CatchingFuture this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/google/common/util/concurrent/AbstractCatchingFuture$CatchingFuture<TV;TX;>;
            0    2     1  result  TV;
    Signature: (TV;)V
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
        Name  Flags
      result  

  java.lang.Object doFallback(java.lang.Object, java.lang.Throwable);
    descriptor: (Ljava/lang/Object;Ljava/lang/Throwable;)Ljava/lang/Object;
    flags: (0x1040) ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast com.google.common.base.Function
            aload 2
            checkcast java.lang.Throwable
            invokevirtual com.google.common.util.concurrent.AbstractCatchingFuture$CatchingFuture.doFallback:(Lcom/google/common/base/Function;Ljava/lang/Throwable;)Ljava/lang/Object;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
Signature: <V:Ljava/lang/Object;X:Ljava/lang/Throwable;>Lcom/google/common/util/concurrent/AbstractCatchingFuture<TV;TX;Lcom/google/common/base/Function<-TX;+TV;>;TV;>;
SourceFile: "AbstractCatchingFuture.java"
NestHost: com.google.common.util.concurrent.AbstractCatchingFuture
InnerClasses:
  private final CatchingFuture = com.google.common.util.concurrent.AbstractCatchingFuture$CatchingFuture of com.google.common.util.concurrent.AbstractCatchingFuture