class jdk.incubator.http.PseudoPublisher<T> implements java.util.concurrent.Flow$Publisher<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: jdk.incubator.http.PseudoPublisher
  super_class: java.lang.Object
{
  private final java.lang.Throwable throwable;
    descriptor: Ljava/lang/Throwable;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.incubator.http.PseudoPublisher this
         0: .line 38
            aload 0 /* this */
            aconst_null
            invokespecial jdk.incubator.http.PseudoPublisher.<init>:(Ljava/lang/Throwable;)V
         1: .line 39
            return
        end local 0 // jdk.incubator.http.PseudoPublisher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/incubator/http/PseudoPublisher<TT;>;

  void <init>(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.incubator.http.PseudoPublisher this
        start local 1 // java.lang.Throwable throwable
         0: .line 41
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 42
            aload 0 /* this */
            aload 1 /* throwable */
            putfield jdk.incubator.http.PseudoPublisher.throwable:Ljava/lang/Throwable;
         2: .line 43
            return
        end local 1 // java.lang.Throwable throwable
        end local 0 // jdk.incubator.http.PseudoPublisher this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Ljdk/incubator/http/PseudoPublisher<TT;>;
            0    3     1  throwable  Ljava/lang/Throwable;
    MethodParameters:
           Name  Flags
      throwable  

  public void subscribe(java.util.concurrent.Flow$Subscriber<? super T>);
    descriptor: (Ljava/util/concurrent/Flow$Subscriber;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // jdk.incubator.http.PseudoPublisher this
        start local 1 // java.util.concurrent.Flow$Subscriber subscriber
         0: .line 47
            aload 1 /* subscriber */
            new jdk.incubator.http.PseudoPublisher$Subscription
            dup
            aload 0 /* this */
            aload 1 /* subscriber */
            invokespecial jdk.incubator.http.PseudoPublisher$Subscription.<init>:(Ljdk/incubator/http/PseudoPublisher;Ljava/util/concurrent/Flow$Subscriber;)V
            invokeinterface java.util.concurrent.Flow$Subscriber.onSubscribe:(Ljava/util/concurrent/Flow$Subscription;)V
         1: .line 48
            return
        end local 1 // java.util.concurrent.Flow$Subscriber subscriber
        end local 0 // jdk.incubator.http.PseudoPublisher this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Ljdk/incubator/http/PseudoPublisher<TT;>;
            0    2     1  subscriber  Ljava/util/concurrent/Flow$Subscriber<-TT;>;
    Signature: (Ljava/util/concurrent/Flow$Subscriber<-TT;>;)V
    MethodParameters:
            Name  Flags
      subscriber  
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/concurrent/Flow$Publisher<TT;>;
SourceFile: "PseudoPublisher.java"
NestMembers:
  jdk.incubator.http.PseudoPublisher$Subscription
InnerClasses:
  public abstract Publisher = java.util.concurrent.Flow$Publisher of java.util.concurrent.Flow
  public abstract Subscriber = java.util.concurrent.Flow$Subscriber of java.util.concurrent.Flow
  public abstract Subscription = java.util.concurrent.Flow$Subscription of java.util.concurrent.Flow
  private Subscription = jdk.incubator.http.PseudoPublisher$Subscription of jdk.incubator.http.PseudoPublisher