final class com.oracle.truffle.polyglot.PolyglotLocals$LanguageContextLocal$Location extends com.oracle.truffle.polyglot.PolyglotLocals$LocalLocation
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.polyglot.PolyglotLocals$LanguageContextLocal$Location
  super_class: com.oracle.truffle.polyglot.PolyglotLocals$LocalLocation
{
  private final com.oracle.truffle.polyglot.PolyglotLanguage language;
    descriptor: Lcom/oracle/truffle/polyglot/PolyglotLanguage;
    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 305
            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$Location.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(com.oracle.truffle.polyglot.PolyglotLanguage, int);
    descriptor: (Lcom/oracle/truffle/polyglot/PolyglotLanguage;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.polyglot.PolyglotLocals$LanguageContextLocal$Location this
        start local 1 // com.oracle.truffle.polyglot.PolyglotLanguage language
        start local 2 // int index
         0: .line 310
            aload 0 /* this */
            aload 1 /* language */
            getfield com.oracle.truffle.polyglot.PolyglotLanguage.engine:Lcom/oracle/truffle/polyglot/PolyglotEngineImpl;
            iload 2 /* index */
            invokespecial com.oracle.truffle.polyglot.PolyglotLocals$LocalLocation.<init>:(Lcom/oracle/truffle/polyglot/PolyglotEngineImpl;I)V
         1: .line 311
            aload 0 /* this */
            aload 1 /* language */
            putfield com.oracle.truffle.polyglot.PolyglotLocals$LanguageContextLocal$Location.language:Lcom/oracle/truffle/polyglot/PolyglotLanguage;
         2: .line 312
            return
        end local 2 // int index
        end local 1 // com.oracle.truffle.polyglot.PolyglotLanguage language
        end local 0 // com.oracle.truffle.polyglot.PolyglotLocals$LanguageContextLocal$Location this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/oracle/truffle/polyglot/PolyglotLocals$LanguageContextLocal$Location;
            0    3     1  language  Lcom/oracle/truffle/polyglot/PolyglotLanguage;
            0    3     2     index  I
    MethodParameters:
          Name  Flags
      language  
      index     

  java.lang.Object invokeFactoryImpl(com.oracle.truffle.polyglot.PolyglotContextImpl, java.lang.Thread);
    descriptor: (Lcom/oracle/truffle/polyglot/PolyglotContextImpl;Ljava/lang/Thread;)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // com.oracle.truffle.polyglot.PolyglotLocals$LanguageContextLocal$Location this
        start local 1 // com.oracle.truffle.polyglot.PolyglotContextImpl context
        start local 2 // java.lang.Thread thread
         0: .line 316
            getstatic com.oracle.truffle.polyglot.PolyglotLocals$LanguageContextLocal$Location.$assertionsDisabled:Z
            ifne 1
            aload 2 /* thread */
            ifnull 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 317
      StackMap locals:
      StackMap stack:
            aload 1 /* context */
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotLocals$LanguageContextLocal$Location.language:Lcom/oracle/truffle/polyglot/PolyglotLanguage;
            invokevirtual com.oracle.truffle.polyglot.PolyglotContextImpl.getContext:(Lcom/oracle/truffle/polyglot/PolyglotLanguage;)Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;
            astore 3 /* languageContext */
        start local 3 // com.oracle.truffle.polyglot.PolyglotLanguageContext languageContext
         2: .line 318
            aload 3 /* languageContext */
            invokevirtual com.oracle.truffle.polyglot.PolyglotLanguageContext.getLanguageInstance:()Lcom/oracle/truffle/polyglot/PolyglotLanguageInstance;
            getfield com.oracle.truffle.polyglot.PolyglotLanguageInstance.contextLocals:Ljava/util/List;
            astore 4 /* locals */
        start local 4 // java.util.List locals
         3: .line 319
            aload 4 /* locals */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 6
            goto 7
      StackMap locals: com.oracle.truffle.polyglot.PolyglotLocals$LanguageContextLocal$Location com.oracle.truffle.polyglot.PolyglotContextImpl java.lang.Thread com.oracle.truffle.polyglot.PolyglotLanguageContext java.util.List top java.util.Iterator
      StackMap stack:
         4: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.truffle.polyglot.PolyglotLocals$LanguageContextLocal
            astore 5 /* local */
        start local 5 // com.oracle.truffle.polyglot.PolyglotLocals$LanguageContextLocal local
         5: .line 320
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotLocals$LanguageContextLocal$Location.index:I
            aload 5 /* local */
            getfield com.oracle.truffle.polyglot.PolyglotLocals$LanguageContextLocal.location:Lcom/oracle/truffle/polyglot/PolyglotLocals$LocalLocation;
            getfield com.oracle.truffle.polyglot.PolyglotLocals$LocalLocation.index:I
            if_icmpne 7
         6: .line 321
            getstatic com.oracle.truffle.polyglot.EngineAccessor.LANGUAGE:Lcom/oracle/truffle/api/impl/Accessor$LanguageSupport;
            aload 5 /* local */
            getfield com.oracle.truffle.polyglot.PolyglotLocals$LanguageContextLocal.factory:Ljava/lang/Object;
            aload 1 /* context */
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotLocals$LanguageContextLocal$Location.language:Lcom/oracle/truffle/polyglot/PolyglotLanguage;
            invokevirtual com.oracle.truffle.polyglot.PolyglotContextImpl.getContextImpl:(Lcom/oracle/truffle/polyglot/PolyglotLanguage;)Ljava/lang/Object;
            invokevirtual com.oracle.truffle.api.impl.Accessor$LanguageSupport.invokeContextLocalFactory:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 5 // com.oracle.truffle.polyglot.PolyglotLocals$LanguageContextLocal local
         7: .line 319
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         8: .line 324
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc "Local index "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotLocals$LanguageContextLocal$Location.index:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " not found in language instance locals."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 4 // java.util.List locals
        end local 3 // com.oracle.truffle.polyglot.PolyglotLanguageContext languageContext
        end local 2 // java.lang.Thread thread
        end local 1 // com.oracle.truffle.polyglot.PolyglotContextImpl context
        end local 0 // com.oracle.truffle.polyglot.PolyglotLocals$LanguageContextLocal$Location this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    9     0             this  Lcom/oracle/truffle/polyglot/PolyglotLocals$LanguageContextLocal$Location;
            0    9     1          context  Lcom/oracle/truffle/polyglot/PolyglotContextImpl;
            0    9     2           thread  Ljava/lang/Thread;
            2    9     3  languageContext  Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;
            3    9     4           locals  Ljava/util/List<Lcom/oracle/truffle/polyglot/PolyglotLocals$LanguageContextLocal<*>;>;
            5    7     5            local  Lcom/oracle/truffle/polyglot/PolyglotLocals$LanguageContextLocal<*>;
    MethodParameters:
         Name  Flags
      context  
      thread   
}
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
  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