final class com.oracle.truffle.polyglot.PolyglotReferences$MultiLanguageSupplier extends com.oracle.truffle.api.TruffleLanguage$LanguageReference<com.oracle.truffle.api.TruffleLanguage<java.lang.Object>>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.polyglot.PolyglotReferences$MultiLanguageSupplier
  super_class: com.oracle.truffle.api.TruffleLanguage$LanguageReference
{
  final com.oracle.truffle.polyglot.PolyglotLanguage language;
    descriptor: Lcom/oracle/truffle/polyglot/PolyglotLanguage;
    flags: (0x0010) 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 358
            ldc Lcom/oracle/truffle/polyglot/PolyglotReferences;
            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.PolyglotReferences$MultiLanguageSupplier.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(com.oracle.truffle.polyglot.PolyglotLanguage);
    descriptor: (Lcom/oracle/truffle/polyglot/PolyglotLanguage;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotReferences$MultiLanguageSupplier this
        start local 1 // com.oracle.truffle.polyglot.PolyglotLanguage language
         0: .line 362
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.TruffleLanguage$LanguageReference.<init>:()V
         1: .line 363
            aload 0 /* this */
            aload 1 /* language */
            putfield com.oracle.truffle.polyglot.PolyglotReferences$MultiLanguageSupplier.language:Lcom/oracle/truffle/polyglot/PolyglotLanguage;
         2: .line 364
            return
        end local 1 // com.oracle.truffle.polyglot.PolyglotLanguage language
        end local 0 // com.oracle.truffle.polyglot.PolyglotReferences$MultiLanguageSupplier this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/oracle/truffle/polyglot/PolyglotReferences$MultiLanguageSupplier;
            0    3     1  language  Lcom/oracle/truffle/polyglot/PolyglotLanguage;
    MethodParameters:
          Name  Flags
      language  

  public com.oracle.truffle.api.TruffleLanguage<java.lang.Object> get();
    descriptor: ()Lcom/oracle/truffle/api/TruffleLanguage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.PolyglotReferences$MultiLanguageSupplier this
         0: .line 369
            getstatic com.oracle.truffle.polyglot.PolyglotReferences$MultiLanguageSupplier.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotReferences$MultiLanguageSupplier.language:Lcom/oracle/truffle/polyglot/PolyglotLanguage;
            invokevirtual com.oracle.truffle.polyglot.PolyglotLanguage.assertCorrectEngine:()Z
            ifne 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 370
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotReferences$MultiLanguageSupplier.language:Lcom/oracle/truffle/polyglot/PolyglotLanguage;
            getfield com.oracle.truffle.polyglot.PolyglotLanguage.engine:Lcom/oracle/truffle/polyglot/PolyglotEngineImpl;
            invokestatic com.oracle.truffle.polyglot.PolyglotContextImpl.currentEntered:(Lcom/oracle/truffle/polyglot/PolyglotEngineImpl;)Lcom/oracle/truffle/polyglot/PolyglotContextImpl;
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotReferences$MultiLanguageSupplier.language:Lcom/oracle/truffle/polyglot/PolyglotLanguage;
            invokevirtual com.oracle.truffle.polyglot.PolyglotContextImpl.getContext:(Lcom/oracle/truffle/polyglot/PolyglotLanguage;)Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;
            invokevirtual com.oracle.truffle.polyglot.PolyglotLanguageContext.getLanguageInstance:()Lcom/oracle/truffle/polyglot/PolyglotLanguageInstance;
            getfield com.oracle.truffle.polyglot.PolyglotLanguageInstance.spi:Lcom/oracle/truffle/api/TruffleLanguage;
            areturn
        end local 0 // com.oracle.truffle.polyglot.PolyglotReferences$MultiLanguageSupplier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/polyglot/PolyglotReferences$MultiLanguageSupplier;
    Signature: ()Lcom/oracle/truffle/api/TruffleLanguage<Ljava/lang/Object;>;
}
Signature: Lcom/oracle/truffle/api/TruffleLanguage$LanguageReference<Lcom/oracle/truffle/api/TruffleLanguage<Ljava/lang/Object;>;>;
SourceFile: "PolyglotReferences.java"
NestHost: com.oracle.truffle.polyglot.PolyglotReferences
InnerClasses:
  public abstract LanguageReference = com.oracle.truffle.api.TruffleLanguage$LanguageReference of com.oracle.truffle.api.TruffleLanguage
  private final MultiLanguageSupplier = com.oracle.truffle.polyglot.PolyglotReferences$MultiLanguageSupplier of com.oracle.truffle.polyglot.PolyglotReferences