final class com.oracle.truffle.polyglot.PolyglotLocals$InstrumentContextLocal<T> extends com.oracle.truffle.polyglot.PolyglotLocals$AbstractContextLocal<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.polyglot.PolyglotLocals$InstrumentContextLocal
  super_class: com.oracle.truffle.polyglot.PolyglotLocals$AbstractContextLocal
{
  private com.oracle.truffle.polyglot.PolyglotInstrument instrument;
    descriptor: Lcom/oracle/truffle/polyglot/PolyglotInstrument;
    flags: (0x0002) ACC_PRIVATE

  private final java.lang.Object factory;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  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 218
            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$InstrumentContextLocal.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected void <init>(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotLocals$InstrumentContextLocal this
        start local 1 // java.lang.Object factory
         0: .line 223
            aload 0 /* this */
            invokespecial com.oracle.truffle.polyglot.PolyglotLocals$AbstractContextLocal.<init>:()V
         1: .line 224
            aload 0 /* this */
            aload 1 /* factory */
            putfield com.oracle.truffle.polyglot.PolyglotLocals$InstrumentContextLocal.factory:Ljava/lang/Object;
         2: .line 225
            return
        end local 1 // java.lang.Object factory
        end local 0 // com.oracle.truffle.polyglot.PolyglotLocals$InstrumentContextLocal this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/oracle/truffle/polyglot/PolyglotLocals$InstrumentContextLocal<TT;>;
            0    3     1  factory  Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      factory  

  public T get();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.oracle.truffle.polyglot.PolyglotLocals$InstrumentContextLocal this
         0: .line 230
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotLocals$InstrumentContextLocal.location:Lcom/oracle/truffle/polyglot/PolyglotLocals$LocalLocation;
            getfield com.oracle.truffle.polyglot.PolyglotLocals$LocalLocation.engine:Lcom/oracle/truffle/polyglot/PolyglotEngineImpl;
            invokestatic com.oracle.truffle.polyglot.PolyglotContextImpl.currentEntered:(Lcom/oracle/truffle/polyglot/PolyglotEngineImpl;)Lcom/oracle/truffle/polyglot/PolyglotContextImpl;
            astore 1 /* c */
        start local 1 // com.oracle.truffle.polyglot.PolyglotContextImpl c
         1: .line 231
            getstatic com.oracle.truffle.polyglot.PolyglotLocals$InstrumentContextLocal.$assertionsDisabled:Z
            ifne 2
            aload 1 /* c */
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotLocals$InstrumentContextLocal.instrument:Lcom/oracle/truffle/polyglot/PolyglotInstrument;
            invokestatic com.oracle.truffle.polyglot.PolyglotLocals.assertInstrumentCreated:(Lcom/oracle/truffle/polyglot/PolyglotContextImpl;Lcom/oracle/truffle/polyglot/PolyglotInstrument;)Z
            ifne 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 232
      StackMap locals: com.oracle.truffle.polyglot.PolyglotContextImpl
      StackMap stack:
            aload 1 /* c */
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotLocals$InstrumentContextLocal.location:Lcom/oracle/truffle/polyglot/PolyglotLocals$LocalLocation;
            invokevirtual com.oracle.truffle.polyglot.PolyglotContextImpl.getLocal:(Lcom/oracle/truffle/polyglot/PolyglotLocals$LocalLocation;)Ljava/lang/Object;
            areturn
        end local 1 // com.oracle.truffle.polyglot.PolyglotContextImpl c
        end local 0 // com.oracle.truffle.polyglot.PolyglotLocals$InstrumentContextLocal this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/polyglot/PolyglotLocals$InstrumentContextLocal<TT;>;
            1    3     1     c  Lcom/oracle/truffle/polyglot/PolyglotContextImpl;
    Signature: ()TT;

  public T get(com.oracle.truffle.api.TruffleContext);
    descriptor: (Lcom/oracle/truffle/api/TruffleContext;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotLocals$InstrumentContextLocal this
        start local 1 // com.oracle.truffle.api.TruffleContext context
         0: .line 238
            getstatic com.oracle.truffle.polyglot.EngineAccessor.LANGUAGE:Lcom/oracle/truffle/api/impl/Accessor$LanguageSupport;
            aload 1 /* context */
            invokevirtual com.oracle.truffle.api.impl.Accessor$LanguageSupport.getPolyglotContext:(Lcom/oracle/truffle/api/TruffleContext;)Ljava/lang/Object;
            checkcast com.oracle.truffle.polyglot.PolyglotContextImpl
            astore 2 /* c */
        start local 2 // com.oracle.truffle.polyglot.PolyglotContextImpl c
         1: .line 239
            getstatic com.oracle.truffle.polyglot.PolyglotLocals$InstrumentContextLocal.$assertionsDisabled:Z
            ifne 2
            aload 2 /* c */
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotLocals$InstrumentContextLocal.instrument:Lcom/oracle/truffle/polyglot/PolyglotInstrument;
            invokestatic com.oracle.truffle.polyglot.PolyglotLocals.assertInstrumentCreated:(Lcom/oracle/truffle/polyglot/PolyglotContextImpl;Lcom/oracle/truffle/polyglot/PolyglotInstrument;)Z
            ifne 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 240
      StackMap locals: com.oracle.truffle.polyglot.PolyglotContextImpl
      StackMap stack:
            aload 2 /* c */
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotLocals$InstrumentContextLocal.location:Lcom/oracle/truffle/polyglot/PolyglotLocals$LocalLocation;
            invokevirtual com.oracle.truffle.polyglot.PolyglotContextImpl.getLocal:(Lcom/oracle/truffle/polyglot/PolyglotLocals$LocalLocation;)Ljava/lang/Object;
            areturn
        end local 2 // com.oracle.truffle.polyglot.PolyglotContextImpl c
        end local 1 // com.oracle.truffle.api.TruffleContext context
        end local 0 // com.oracle.truffle.polyglot.PolyglotLocals$InstrumentContextLocal this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/oracle/truffle/polyglot/PolyglotLocals$InstrumentContextLocal<TT;>;
            0    3     1  context  Lcom/oracle/truffle/api/TruffleContext;
            1    3     2        c  Lcom/oracle/truffle/polyglot/PolyglotContextImpl;
    Signature: (Lcom/oracle/truffle/api/TruffleContext;)TT;
    MethodParameters:
         Name  Flags
      context  

  com.oracle.truffle.polyglot.PolyglotLocals$LocalLocation createLocation(int);
    descriptor: (I)Lcom/oracle/truffle/polyglot/PolyglotLocals$LocalLocation;
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotLocals$InstrumentContextLocal this
        start local 1 // int localIndex
         0: .line 245
            new com.oracle.truffle.polyglot.PolyglotLocals$InstrumentContextLocal$Location
            dup
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* localIndex */
            invokespecial com.oracle.truffle.polyglot.PolyglotLocals$InstrumentContextLocal$Location.<init>:(Lcom/oracle/truffle/polyglot/PolyglotLocals$InstrumentContextLocal;Lcom/oracle/truffle/polyglot/PolyglotLocals$InstrumentContextLocal;I)V
            areturn
        end local 1 // int localIndex
        end local 0 // com.oracle.truffle.polyglot.PolyglotLocals$InstrumentContextLocal this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lcom/oracle/truffle/polyglot/PolyglotLocals$InstrumentContextLocal<TT;>;
            0    1     1  localIndex  I
    MethodParameters:
            Name  Flags
      localIndex  
}
Signature: <T:Ljava/lang/Object;>Lcom/oracle/truffle/polyglot/PolyglotLocals$AbstractContextLocal<TT;>;
SourceFile: "PolyglotLocals.java"
NestHost: com.oracle.truffle.polyglot.PolyglotLocals
InnerClasses:
  public abstract LanguageSupport = com.oracle.truffle.api.impl.Accessor$LanguageSupport of com.oracle.truffle.api.impl.Accessor
  abstract AbstractContextLocal = com.oracle.truffle.polyglot.PolyglotLocals$AbstractContextLocal of com.oracle.truffle.polyglot.PolyglotLocals
  final InstrumentContextLocal = com.oracle.truffle.polyglot.PolyglotLocals$InstrumentContextLocal of com.oracle.truffle.polyglot.PolyglotLocals
  private final Location = com.oracle.truffle.polyglot.PolyglotLocals$InstrumentContextLocal$Location of com.oracle.truffle.polyglot.PolyglotLocals$InstrumentContextLocal
  abstract LocalLocation = com.oracle.truffle.polyglot.PolyglotLocals$LocalLocation of com.oracle.truffle.polyglot.PolyglotLocals