abstract class com.oracle.truffle.polyglot.PolyglotLocals$AbstractContextThreadLocal<T> extends com.oracle.truffle.api.ContextThreadLocal<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.polyglot.PolyglotLocals$AbstractContextThreadLocal
  super_class: com.oracle.truffle.api.ContextThreadLocal
{
  com.oracle.truffle.polyglot.PolyglotLocals$LocalLocation location;
    descriptor: Lcom/oracle/truffle/polyglot/PolyglotLocals$LocalLocation;
    flags: (0x0000) 
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$CompilationFinal()

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 330
            ldc Lcom/oracle/truffle/polyglot/PolyglotLocals;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic com.oracle.truffle.polyglot.PolyglotLocals$AbstractContextThreadLocal.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.PolyglotLocals$AbstractContextThreadLocal this
         0: .line 335
            aload 0 /* this */
            invokestatic com.oracle.truffle.polyglot.PolyglotImpl.getInstance:()Lcom/oracle/truffle/polyglot/PolyglotImpl;
            invokespecial com.oracle.truffle.api.ContextThreadLocal.<init>:(Ljava/lang/Object;)V
         1: .line 336
            return
        end local 0 // com.oracle.truffle.polyglot.PolyglotLocals$AbstractContextThreadLocal this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/polyglot/PolyglotLocals$AbstractContextThreadLocal<TT;>;

  final void initializeLocation(com.oracle.truffle.polyglot.PolyglotLocals$LocalLocation);
    descriptor: (Lcom/oracle/truffle/polyglot/PolyglotLocals$LocalLocation;)V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotLocals$AbstractContextThreadLocal this
        start local 1 // com.oracle.truffle.polyglot.PolyglotLocals$LocalLocation l
         0: .line 339
            getstatic com.oracle.truffle.polyglot.PolyglotLocals$AbstractContextThreadLocal.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotLocals$AbstractContextThreadLocal.location:Lcom/oracle/truffle/polyglot/PolyglotLocals$LocalLocation;
            ifnull 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 340
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* l */
            putfield com.oracle.truffle.polyglot.PolyglotLocals$AbstractContextThreadLocal.location:Lcom/oracle/truffle/polyglot/PolyglotLocals$LocalLocation;
         2: .line 341
            return
        end local 1 // com.oracle.truffle.polyglot.PolyglotLocals$LocalLocation l
        end local 0 // com.oracle.truffle.polyglot.PolyglotLocals$AbstractContextThreadLocal this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/polyglot/PolyglotLocals$AbstractContextThreadLocal<TT;>;
            0    3     1     l  Lcom/oracle/truffle/polyglot/PolyglotLocals$LocalLocation;
    MethodParameters:
      Name  Flags
      l     

  abstract com.oracle.truffle.polyglot.PolyglotLocals$LocalLocation createLocation(int);
    descriptor: (I)Lcom/oracle/truffle/polyglot/PolyglotLocals$LocalLocation;
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      localIndex  
}
Signature: <T:Ljava/lang/Object;>Lcom/oracle/truffle/api/ContextThreadLocal<TT;>;
SourceFile: "PolyglotLocals.java"
NestHost: com.oracle.truffle.polyglot.PolyglotLocals
InnerClasses:
  public abstract CompilationFinal = com.oracle.truffle.api.CompilerDirectives$CompilationFinal of com.oracle.truffle.api.CompilerDirectives
  abstract AbstractContextThreadLocal = com.oracle.truffle.polyglot.PolyglotLocals$AbstractContextThreadLocal of com.oracle.truffle.polyglot.PolyglotLocals
  abstract LocalLocation = com.oracle.truffle.polyglot.PolyglotLocals$LocalLocation of com.oracle.truffle.polyglot.PolyglotLocals