class com.oracle.truffle.api.test.polyglot.ContextLocalTest$2 extends com.oracle.truffle.api.ContextThreadLocal<java.lang.String>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.test.polyglot.ContextLocalTest$2
  super_class: com.oracle.truffle.api.ContextThreadLocal
{
  final com.oracle.truffle.api.test.polyglot.ContextLocalTest this$0;
    descriptor: Lcom/oracle/truffle/api/test/polyglot/ContextLocalTest;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.oracle.truffle.api.test.polyglot.ContextLocalTest, java.lang.Object);
    descriptor: (Lcom/oracle/truffle/api/test/polyglot/ContextLocalTest;Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.test.polyglot.ContextLocalTest$2 this
        start local 2 // java.lang.Object $anonymous0
         0: .line 105
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.api.test.polyglot.ContextLocalTest$2.this$0:Lcom/oracle/truffle/api/test/polyglot/ContextLocalTest;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            invokespecial com.oracle.truffle.api.ContextThreadLocal.<init>:(Ljava/lang/Object;)V
            return
        end local 2 // java.lang.Object $anonymous0
        end local 0 // com.oracle.truffle.api.test.polyglot.ContextLocalTest$2 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/oracle/truffle/api/test/polyglot/ContextLocalTest$2;
            0    1     2  $anonymous0  Ljava/lang/Object;
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  

  public java.lang.String get();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.test.polyglot.ContextLocalTest$2 this
         0: .line 109
            aconst_null
            areturn
        end local 0 // com.oracle.truffle.api.test.polyglot.ContextLocalTest$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/polyglot/ContextLocalTest$2;

  public java.lang.String get(com.oracle.truffle.api.TruffleContext);
    descriptor: (Lcom/oracle/truffle/api/TruffleContext;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.test.polyglot.ContextLocalTest$2 this
        start local 1 // com.oracle.truffle.api.TruffleContext t
         0: .line 114
            aconst_null
            areturn
        end local 1 // com.oracle.truffle.api.TruffleContext t
        end local 0 // com.oracle.truffle.api.test.polyglot.ContextLocalTest$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/polyglot/ContextLocalTest$2;
            0    1     1     t  Lcom/oracle/truffle/api/TruffleContext;
    MethodParameters:
      Name  Flags
      t     

  public java.lang.String get(com.oracle.truffle.api.TruffleContext, java.lang.Thread);
    descriptor: (Lcom/oracle/truffle/api/TruffleContext;Ljava/lang/Thread;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.test.polyglot.ContextLocalTest$2 this
        start local 1 // com.oracle.truffle.api.TruffleContext c
        start local 2 // java.lang.Thread t
         0: .line 119
            aconst_null
            areturn
        end local 2 // java.lang.Thread t
        end local 1 // com.oracle.truffle.api.TruffleContext c
        end local 0 // com.oracle.truffle.api.test.polyglot.ContextLocalTest$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/polyglot/ContextLocalTest$2;
            0    1     1     c  Lcom/oracle/truffle/api/TruffleContext;
            0    1     2     t  Ljava/lang/Thread;
    MethodParameters:
      Name  Flags
      c     
      t     

  public java.lang.String get(java.lang.Thread);
    descriptor: (Ljava/lang/Thread;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.test.polyglot.ContextLocalTest$2 this
        start local 1 // java.lang.Thread t
         0: .line 124
            aconst_null
            areturn
        end local 1 // java.lang.Thread t
        end local 0 // com.oracle.truffle.api.test.polyglot.ContextLocalTest$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/polyglot/ContextLocalTest$2;
            0    1     1     t  Ljava/lang/Thread;
    MethodParameters:
      Name  Flags
      t     

  public java.lang.Object get(java.lang.Thread);
    descriptor: (Ljava/lang/Thread;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.oracle.truffle.api.test.polyglot.ContextLocalTest$2.get:(Ljava/lang/Thread;)Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object get(com.oracle.truffle.api.TruffleContext, java.lang.Thread);
    descriptor: (Lcom/oracle/truffle/api/TruffleContext;Ljava/lang/Thread;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual com.oracle.truffle.api.test.polyglot.ContextLocalTest$2.get:(Lcom/oracle/truffle/api/TruffleContext;Ljava/lang/Thread;)Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object get(com.oracle.truffle.api.TruffleContext);
    descriptor: (Lcom/oracle/truffle/api/TruffleContext;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.oracle.truffle.api.test.polyglot.ContextLocalTest$2.get:(Lcom/oracle/truffle/api/TruffleContext;)Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object get();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.oracle.truffle.api.test.polyglot.ContextLocalTest$2.get:()Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/oracle/truffle/api/ContextThreadLocal<Ljava/lang/String;>;
SourceFile: "ContextLocalTest.java"
EnclosingMethod: com.oracle.truffle.api.test.polyglot.ContextLocalTest.lambda$1:()Ljava/lang/Object;
NestHost: com.oracle.truffle.api.test.polyglot.ContextLocalTest
InnerClasses:
  com.oracle.truffle.api.test.polyglot.ContextLocalTest$2