class io.vertx.core.impl.ContextImpl$1 extends io.netty.util.concurrent.FastThreadLocal<io.vertx.core.impl.ContextImpl$Holder>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.core.impl.ContextImpl$1
  super_class: io.netty.util.concurrent.FastThreadLocal
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.impl.ContextImpl$1 this
         0: .line 71
            aload 0 /* this */
            invokespecial io.netty.util.concurrent.FastThreadLocal.<init>:()V
            return
        end local 0 // io.vertx.core.impl.ContextImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/impl/ContextImpl$1;

  protected io.vertx.core.impl.ContextImpl$Holder initialValue();
    descriptor: ()Lio/vertx/core/impl/ContextImpl$Holder;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.impl.ContextImpl$1 this
         0: .line 74
            new io.vertx.core.impl.ContextImpl$Holder
            dup
            invokespecial io.vertx.core.impl.ContextImpl$Holder.<init>:()V
            areturn
        end local 0 // io.vertx.core.impl.ContextImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/impl/ContextImpl$1;

  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 io.vertx.core.impl.ContextImpl$1.initialValue:()Lio/vertx/core/impl/ContextImpl$Holder;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
Signature: Lio/netty/util/concurrent/FastThreadLocal<Lio/vertx/core/impl/ContextImpl$Holder;>;
SourceFile: "ContextImpl.java"
EnclosingMethod: io.vertx.core.impl.ContextImpl
NestHost: io.vertx.core.impl.ContextImpl
InnerClasses:
  io.vertx.core.impl.ContextImpl$1
  Holder = io.vertx.core.impl.ContextImpl$Holder of io.vertx.core.impl.ContextImpl