final class com.oracle.truffle.polyglot.PolyglotLocals$LanguageContextLocal<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$LanguageContextLocal
  super_class: com.oracle.truffle.polyglot.PolyglotLocals$AbstractContextLocal
{
  private final java.lang.Object factory;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private com.oracle.truffle.polyglot.PolyglotLanguageInstance languageInstance;
    descriptor: Lcom/oracle/truffle/polyglot/PolyglotLanguageInstance;
    flags: (0x0002) ACC_PRIVATE

  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 266
            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$LanguageContextLocal.$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$LanguageContextLocal this
        start local 1 // java.lang.Object factory
         0: .line 273
            aload 0 /* this */
            invokespecial com.oracle.truffle.polyglot.PolyglotLocals$AbstractContextLocal.<init>:()V
         1: .line 274
            aload 0 /* this */
            aload 1 /* factory */
            putfield com.oracle.truffle.polyglot.PolyglotLocals$LanguageContextLocal.factory:Ljava/lang/Object;
         2: .line 275
            return
        end local 1 // java.lang.Object factory
        end local 0 // com.oracle.truffle.polyglot.PolyglotLocals$LanguageContextLocal this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/oracle/truffle/polyglot/PolyglotLocals$LanguageContextLocal<TT;>;
            0    3     1  factory  Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      factory  

  com.oracle.truffle.polyglot.PolyglotLocals$LocalLocation createLocation(int);
    descriptor: (I)Lcom/oracle/truffle/polyglot/PolyglotLocals$LocalLocation;
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotLocals$LanguageContextLocal this
        start local 1 // int index
         0: .line 285
            new com.oracle.truffle.polyglot.PolyglotLocals$LanguageContextLocal$Location
            dup
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotLocals$LanguageContextLocal.languageInstance:Lcom/oracle/truffle/polyglot/PolyglotLanguageInstance;
            getfield com.oracle.truffle.polyglot.PolyglotLanguageInstance.language:Lcom/oracle/truffle/polyglot/PolyglotLanguage;
            iload 1 /* index */
            invokespecial com.oracle.truffle.polyglot.PolyglotLocals$LanguageContextLocal$Location.<init>:(Lcom/oracle/truffle/polyglot/PolyglotLanguage;I)V
            areturn
        end local 1 // int index
        end local 0 // com.oracle.truffle.polyglot.PolyglotLocals$LanguageContextLocal this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/polyglot/PolyglotLocals$LanguageContextLocal<TT;>;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public T get();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // com.oracle.truffle.polyglot.PolyglotLocals$LanguageContextLocal this
         0: .line 291
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotLocals$LanguageContextLocal.location:Lcom/oracle/truffle/polyglot/PolyglotLocals$LocalLocation;
            astore 1 /* l */
        start local 1 // com.oracle.truffle.polyglot.PolyglotLocals$LocalLocation l
         1: .line 292
            aload 1 /* l */
            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 2 /* context */
        start local 2 // com.oracle.truffle.polyglot.PolyglotContextImpl context
         2: .line 293
            getstatic com.oracle.truffle.polyglot.PolyglotLocals$LanguageContextLocal.$assertionsDisabled:Z
            ifne 3
            aload 2 /* context */
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotLocals$LanguageContextLocal.languageInstance:Lcom/oracle/truffle/polyglot/PolyglotLanguageInstance;
            getfield com.oracle.truffle.polyglot.PolyglotLanguageInstance.language:Lcom/oracle/truffle/polyglot/PolyglotLanguage;
            invokestatic com.oracle.truffle.polyglot.PolyglotLocals.assertLanguageCreated:(Lcom/oracle/truffle/polyglot/PolyglotContextImpl;Lcom/oracle/truffle/polyglot/PolyglotLanguage;)Z
            ifne 3
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         3: .line 294
      StackMap locals: com.oracle.truffle.polyglot.PolyglotLocals$LocalLocation com.oracle.truffle.polyglot.PolyglotContextImpl
      StackMap stack:
            aload 2 /* context */
            aload 1 /* l */
            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 context
        end local 1 // com.oracle.truffle.polyglot.PolyglotLocals$LocalLocation l
        end local 0 // com.oracle.truffle.polyglot.PolyglotLocals$LanguageContextLocal this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lcom/oracle/truffle/polyglot/PolyglotLocals$LanguageContextLocal<TT;>;
            1    4     1        l  Lcom/oracle/truffle/polyglot/PolyglotLocals$LocalLocation;
            2    4     2  context  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$LanguageContextLocal this
        start local 1 // com.oracle.truffle.api.TruffleContext truffleContext
         0: .line 300
            getstatic com.oracle.truffle.polyglot.EngineAccessor.LANGUAGE:Lcom/oracle/truffle/api/impl/Accessor$LanguageSupport;
            aload 1 /* truffleContext */
            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 /* context */
        start local 2 // com.oracle.truffle.polyglot.PolyglotContextImpl context
         1: .line 301
            getstatic com.oracle.truffle.polyglot.PolyglotLocals$LanguageContextLocal.$assertionsDisabled:Z
            ifne 2
            aload 2 /* context */
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotLocals$LanguageContextLocal.languageInstance:Lcom/oracle/truffle/polyglot/PolyglotLanguageInstance;
            getfield com.oracle.truffle.polyglot.PolyglotLanguageInstance.language:Lcom/oracle/truffle/polyglot/PolyglotLanguage;
            invokestatic com.oracle.truffle.polyglot.PolyglotLocals.assertLanguageCreated:(Lcom/oracle/truffle/polyglot/PolyglotContextImpl;Lcom/oracle/truffle/polyglot/PolyglotLanguage;)Z
            ifne 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 302
      StackMap locals: com.oracle.truffle.polyglot.PolyglotContextImpl
      StackMap stack:
            aload 2 /* context */
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotLocals$LanguageContextLocal.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 context
        end local 1 // com.oracle.truffle.api.TruffleContext truffleContext
        end local 0 // com.oracle.truffle.polyglot.PolyglotLocals$LanguageContextLocal this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lcom/oracle/truffle/polyglot/PolyglotLocals$LanguageContextLocal<TT;>;
            0    3     1  truffleContext  Lcom/oracle/truffle/api/TruffleContext;
            1    3     2         context  Lcom/oracle/truffle/polyglot/PolyglotContextImpl;
    Signature: (Lcom/oracle/truffle/api/TruffleContext;)TT;
    MethodParameters:
                Name  Flags
      truffleContext  
}
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 LanguageContextLocal = com.oracle.truffle.polyglot.PolyglotLocals$LanguageContextLocal of com.oracle.truffle.polyglot.PolyglotLocals
  private final Location = com.oracle.truffle.polyglot.PolyglotLocals$LanguageContextLocal$Location of com.oracle.truffle.polyglot.PolyglotLocals$LanguageContextLocal
  abstract LocalLocation = com.oracle.truffle.polyglot.PolyglotLocals$LocalLocation of com.oracle.truffle.polyglot.PolyglotLocals