class com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher$2 extends java.lang.ThreadLocal<java.lang.Boolean>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher$2
  super_class: java.lang.ThreadLocal
{
  final com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher this$1;
    descriptor: Lcom/google/common/eventbus/Dispatcher$PerThreadQueuedDispatcher;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher);
    descriptor: (Lcom/google/common/eventbus/Dispatcher$PerThreadQueuedDispatcher;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher$2 this
         0: .line 88
            aload 0 /* this */
            aload 1
            putfield com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher$2.this$1:Lcom/google/common/eventbus/Dispatcher$PerThreadQueuedDispatcher;
            aload 0 /* this */
            invokespecial java.lang.ThreadLocal.<init>:()V
            return
        end local 0 // com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/eventbus/Dispatcher$PerThreadQueuedDispatcher$2;
    MethodParameters:
        Name  Flags
      this$0  final

  protected java.lang.Boolean initialValue();
    descriptor: ()Ljava/lang/Boolean;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher$2 this
         0: .line 91
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
        end local 0 // com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/eventbus/Dispatcher$PerThreadQueuedDispatcher$2;

  protected java.lang.Object initialValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher$2.initialValue:()Ljava/lang/Boolean;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/ThreadLocal<Ljava/lang/Boolean;>;
SourceFile: "Dispatcher.java"
EnclosingMethod: com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher
NestHost: com.google.common.eventbus.Dispatcher
InnerClasses:
  private final PerThreadQueuedDispatcher = com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher of com.google.common.eventbus.Dispatcher
  com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher$2