public final class org.graalvm.polyglot.Context implements java.lang.AutoCloseable
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.graalvm.polyglot.Context
  super_class: java.lang.Object
{
  final org.graalvm.polyglot.impl.AbstractPolyglotImpl$AbstractContextImpl impl;
    descriptor: Lorg/graalvm/polyglot/impl/AbstractPolyglotImpl$AbstractContextImpl;
    flags: (0x0010) ACC_FINAL

  private static final org.graalvm.polyglot.Context EMPTY;
    descriptor: Lorg/graalvm/polyglot/Context;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static final java.util.function.Predicate<java.lang.String> UNSET_HOST_LOOKUP;
    descriptor: Ljava/util/function/Predicate;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/function/Predicate<Ljava/lang/String;>;

  static final java.util.function.Predicate<java.lang.String> NO_HOST_CLASSES;
    descriptor: Ljava/util/function/Predicate;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/function/Predicate<Ljava/lang/String;>;

  static final java.util.function.Predicate<java.lang.String> ALL_HOST_CLASSES;
    descriptor: Ljava/util/function/Predicate;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/function/Predicate<Ljava/lang/String;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 849
            new org.graalvm.polyglot.Context
            dup
            aconst_null
            invokespecial org.graalvm.polyglot.Context.<init>:(Lorg/graalvm/polyglot/impl/AbstractPolyglotImpl$AbstractContextImpl;)V
            putstatic org.graalvm.polyglot.Context.EMPTY:Lorg/graalvm/polyglot/Context;
         1: .line 851
            new org.graalvm.polyglot.Context$1
            dup
            invokespecial org.graalvm.polyglot.Context$1.<init>:()V
            putstatic org.graalvm.polyglot.Context.UNSET_HOST_LOOKUP:Ljava/util/function/Predicate;
         2: .line 857
            new org.graalvm.polyglot.Context$2
            dup
            invokespecial org.graalvm.polyglot.Context$2.<init>:()V
            putstatic org.graalvm.polyglot.Context.NO_HOST_CLASSES:Ljava/util/function/Predicate;
         3: .line 863
            new org.graalvm.polyglot.Context$3
            dup
            invokespecial org.graalvm.polyglot.Context$3.<init>:()V
            putstatic org.graalvm.polyglot.Context.ALL_HOST_CLASSES:Ljava/util/function/Predicate;
         4: .line 867
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(org.graalvm.polyglot.impl.AbstractPolyglotImpl$AbstractContextImpl);
    descriptor: (Lorg/graalvm/polyglot/impl/AbstractPolyglotImpl$AbstractContextImpl;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.polyglot.Context this
        start local 1 // org.graalvm.polyglot.impl.AbstractPolyglotImpl$AbstractContextImpl impl
         0: .line 306
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 307
            aload 0 /* this */
            aload 1 /* impl */
            putfield org.graalvm.polyglot.Context.impl:Lorg/graalvm/polyglot/impl/AbstractPolyglotImpl$AbstractContextImpl;
         2: .line 308
            return
        end local 1 // org.graalvm.polyglot.impl.AbstractPolyglotImpl$AbstractContextImpl impl
        end local 0 // org.graalvm.polyglot.Context this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/graalvm/polyglot/Context;
            0    3     1  impl  Lorg/graalvm/polyglot/impl/AbstractPolyglotImpl$AbstractContextImpl;
    MethodParameters:
      Name  Flags
      impl  

  public org.graalvm.polyglot.Engine getEngine();
    descriptor: ()Lorg/graalvm/polyglot/Engine;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.polyglot.Context this
         0: .line 317
            aload 0 /* this */
            getfield org.graalvm.polyglot.Context.impl:Lorg/graalvm/polyglot/impl/AbstractPolyglotImpl$AbstractContextImpl;
            aload 0 /* this */
            invokevirtual org.graalvm.polyglot.impl.AbstractPolyglotImpl$AbstractContextImpl.getEngineImpl:(Lorg/graalvm/polyglot/Context;)Lorg/graalvm/polyglot/Engine;
            areturn
        end local 0 // org.graalvm.polyglot.Context this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/polyglot/Context;

  public org.graalvm.polyglot.Value eval(org.graalvm.polyglot.Source);
    descriptor: (Lorg/graalvm/polyglot/Source;)Lorg/graalvm/polyglot/Value;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.graalvm.polyglot.Context this
        start local 1 // org.graalvm.polyglot.Source source
         0: .line 347
            aload 0 /* this */
            getfield org.graalvm.polyglot.Context.impl:Lorg/graalvm/polyglot/impl/AbstractPolyglotImpl$AbstractContextImpl;
            aload 1 /* source */
            invokevirtual org.graalvm.polyglot.Source.getLanguage:()Ljava/lang/String;
            aload 1 /* source */
            getfield org.graalvm.polyglot.Source.impl:Ljava/lang/Object;
            invokevirtual org.graalvm.polyglot.impl.AbstractPolyglotImpl$AbstractContextImpl.eval:(Ljava/lang/String;Ljava/lang/Object;)Lorg/graalvm/polyglot/Value;
            areturn
        end local 1 // org.graalvm.polyglot.Source source
        end local 0 // org.graalvm.polyglot.Context this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/graalvm/polyglot/Context;
            0    1     1  source  Lorg/graalvm/polyglot/Source;
    MethodParameters:
        Name  Flags
      source  

  public org.graalvm.polyglot.Value eval(java.lang.String, java.lang.CharSequence);
    descriptor: (Ljava/lang/String;Ljava/lang/CharSequence;)Lorg/graalvm/polyglot/Value;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.graalvm.polyglot.Context this
        start local 1 // java.lang.String languageId
        start local 2 // java.lang.CharSequence source
         0: .line 373
            aload 0 /* this */
            aload 1 /* languageId */
            aload 2 /* source */
            invokestatic org.graalvm.polyglot.Source.create:(Ljava/lang/String;Ljava/lang/CharSequence;)Lorg/graalvm/polyglot/Source;
            invokevirtual org.graalvm.polyglot.Context.eval:(Lorg/graalvm/polyglot/Source;)Lorg/graalvm/polyglot/Value;
            areturn
        end local 2 // java.lang.CharSequence source
        end local 1 // java.lang.String languageId
        end local 0 // org.graalvm.polyglot.Context this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/graalvm/polyglot/Context;
            0    1     1  languageId  Ljava/lang/String;
            0    1     2      source  Ljava/lang/CharSequence;
    MethodParameters:
            Name  Flags
      languageId  
      source      

  public org.graalvm.polyglot.Value parse(org.graalvm.polyglot.Source);
    descriptor: (Lorg/graalvm/polyglot/Source;)Lorg/graalvm/polyglot/Value;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.graalvm.polyglot.Context this
        start local 1 // org.graalvm.polyglot.Source source
         0: .line 428
            aload 0 /* this */
            getfield org.graalvm.polyglot.Context.impl:Lorg/graalvm/polyglot/impl/AbstractPolyglotImpl$AbstractContextImpl;
            aload 1 /* source */
            invokevirtual org.graalvm.polyglot.Source.getLanguage:()Ljava/lang/String;
            aload 1 /* source */
            getfield org.graalvm.polyglot.Source.impl:Ljava/lang/Object;
            invokevirtual org.graalvm.polyglot.impl.AbstractPolyglotImpl$AbstractContextImpl.parse:(Ljava/lang/String;Ljava/lang/Object;)Lorg/graalvm/polyglot/Value;
            areturn
        end local 1 // org.graalvm.polyglot.Source source
        end local 0 // org.graalvm.polyglot.Context this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/graalvm/polyglot/Context;
            0    1     1  source  Lorg/graalvm/polyglot/Source;
    Exceptions:
      throws org.graalvm.polyglot.PolyglotException
    MethodParameters:
        Name  Flags
      source  

  public org.graalvm.polyglot.Value parse(java.lang.String, java.lang.CharSequence);
    descriptor: (Ljava/lang/String;Ljava/lang/CharSequence;)Lorg/graalvm/polyglot/Value;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.graalvm.polyglot.Context this
        start local 1 // java.lang.String languageId
        start local 2 // java.lang.CharSequence source
         0: .line 471
            aload 0 /* this */
            aload 1 /* languageId */
            aload 2 /* source */
            invokestatic org.graalvm.polyglot.Source.create:(Ljava/lang/String;Ljava/lang/CharSequence;)Lorg/graalvm/polyglot/Source;
            invokevirtual org.graalvm.polyglot.Context.parse:(Lorg/graalvm/polyglot/Source;)Lorg/graalvm/polyglot/Value;
            areturn
        end local 2 // java.lang.CharSequence source
        end local 1 // java.lang.String languageId
        end local 0 // org.graalvm.polyglot.Context this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/graalvm/polyglot/Context;
            0    1     1  languageId  Ljava/lang/String;
            0    1     2      source  Ljava/lang/CharSequence;
    MethodParameters:
            Name  Flags
      languageId  
      source      

  public org.graalvm.polyglot.Value getPolyglotBindings();
    descriptor: ()Lorg/graalvm/polyglot/Value;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.polyglot.Context this
         0: .line 491
            aload 0 /* this */
            getfield org.graalvm.polyglot.Context.impl:Lorg/graalvm/polyglot/impl/AbstractPolyglotImpl$AbstractContextImpl;
            invokevirtual org.graalvm.polyglot.impl.AbstractPolyglotImpl$AbstractContextImpl.getPolyglotBindings:()Lorg/graalvm/polyglot/Value;
            areturn
        end local 0 // org.graalvm.polyglot.Context this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/polyglot/Context;

  public org.graalvm.polyglot.Value getBindings(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/graalvm/polyglot/Value;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.polyglot.Context this
        start local 1 // java.lang.String languageId
         0: .line 508
            aload 0 /* this */
            getfield org.graalvm.polyglot.Context.impl:Lorg/graalvm/polyglot/impl/AbstractPolyglotImpl$AbstractContextImpl;
            aload 1 /* languageId */
            invokevirtual org.graalvm.polyglot.impl.AbstractPolyglotImpl$AbstractContextImpl.getBindings:(Ljava/lang/String;)Lorg/graalvm/polyglot/Value;
            areturn
        end local 1 // java.lang.String languageId
        end local 0 // org.graalvm.polyglot.Context this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/graalvm/polyglot/Context;
            0    1     1  languageId  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      languageId  

  public boolean initialize(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.polyglot.Context this
        start local 1 // java.lang.String languageId
         0: .line 524
            aload 0 /* this */
            getfield org.graalvm.polyglot.Context.impl:Lorg/graalvm/polyglot/impl/AbstractPolyglotImpl$AbstractContextImpl;
            aload 1 /* languageId */
            invokevirtual org.graalvm.polyglot.impl.AbstractPolyglotImpl$AbstractContextImpl.initializeLanguage:(Ljava/lang/String;)Z
            ireturn
        end local 1 // java.lang.String languageId
        end local 0 // org.graalvm.polyglot.Context this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/graalvm/polyglot/Context;
            0    1     1  languageId  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      languageId  

  public void resetLimits();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.polyglot.Context this
         0: .line 533
            aload 0 /* this */
            getfield org.graalvm.polyglot.Context.impl:Lorg/graalvm/polyglot/impl/AbstractPolyglotImpl$AbstractContextImpl;
            invokevirtual org.graalvm.polyglot.impl.AbstractPolyglotImpl$AbstractContextImpl.resetLimits:()V
         1: .line 534
            return
        end local 0 // org.graalvm.polyglot.Context this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/polyglot/Context;

  public org.graalvm.polyglot.Value asValue(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/graalvm/polyglot/Value;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.polyglot.Context this
        start local 1 // java.lang.Object hostValue
         0: .line 664
            aload 0 /* this */
            getfield org.graalvm.polyglot.Context.impl:Lorg/graalvm/polyglot/impl/AbstractPolyglotImpl$AbstractContextImpl;
            aload 1 /* hostValue */
            invokevirtual org.graalvm.polyglot.impl.AbstractPolyglotImpl$AbstractContextImpl.asValue:(Ljava/lang/Object;)Lorg/graalvm/polyglot/Value;
            areturn
        end local 1 // java.lang.Object hostValue
        end local 0 // org.graalvm.polyglot.Context this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/graalvm/polyglot/Context;
            0    1     1  hostValue  Ljava/lang/Object;
    MethodParameters:
           Name  Flags
      hostValue  

  public void enter();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.polyglot.Context this
         0: .line 681
            aload 0 /* this */
            getfield org.graalvm.polyglot.Context.impl:Lorg/graalvm/polyglot/impl/AbstractPolyglotImpl$AbstractContextImpl;
            aload 0 /* this */
            invokevirtual org.graalvm.polyglot.impl.AbstractPolyglotImpl$AbstractContextImpl.explicitEnter:(Lorg/graalvm/polyglot/Context;)V
         1: .line 682
            return
        end local 0 // org.graalvm.polyglot.Context this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/polyglot/Context;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.graalvm.polyglot.Context this
        start local 1 // java.lang.Object obj
         0: .line 691
            aload 1 /* obj */
            instanceof org.graalvm.polyglot.Context
            ifeq 3
         1: .line 692
            aload 1 /* obj */
            checkcast org.graalvm.polyglot.Context
            astore 2 /* other */
        start local 2 // org.graalvm.polyglot.Context other
         2: .line 693
            aload 0 /* this */
            getfield org.graalvm.polyglot.Context.impl:Lorg/graalvm/polyglot/impl/AbstractPolyglotImpl$AbstractContextImpl;
            aload 2 /* other */
            getfield org.graalvm.polyglot.Context.impl:Lorg/graalvm/polyglot/impl/AbstractPolyglotImpl$AbstractContextImpl;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // org.graalvm.polyglot.Context other
         3: .line 695
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // org.graalvm.polyglot.Context this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/graalvm/polyglot/Context;
            0    4     1    obj  Ljava/lang/Object;
            2    3     2  other  Lorg/graalvm/polyglot/Context;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.polyglot.Context this
         0: .line 705
            aload 0 /* this */
            getfield org.graalvm.polyglot.Context.impl:Lorg/graalvm/polyglot/impl/AbstractPolyglotImpl$AbstractContextImpl;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // org.graalvm.polyglot.Context this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/polyglot/Context;

  public void leave();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.polyglot.Context this
         0: .line 718
            aload 0 /* this */
            getfield org.graalvm.polyglot.Context.impl:Lorg/graalvm/polyglot/impl/AbstractPolyglotImpl$AbstractContextImpl;
            aload 0 /* this */
            invokevirtual org.graalvm.polyglot.impl.AbstractPolyglotImpl$AbstractContextImpl.explicitLeave:(Lorg/graalvm/polyglot/Context;)V
         1: .line 719
            return
        end local 0 // org.graalvm.polyglot.Context this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/polyglot/Context;

  public void close(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.graalvm.polyglot.Context this
        start local 1 // boolean cancelIfExecuting
         0: .line 745
            aload 0 /* this */
            getfield org.graalvm.polyglot.Context.impl:Lorg/graalvm/polyglot/impl/AbstractPolyglotImpl$AbstractContextImpl;
            aload 0 /* this */
            iload 1 /* cancelIfExecuting */
            invokevirtual org.graalvm.polyglot.impl.AbstractPolyglotImpl$AbstractContextImpl.close:(Lorg/graalvm/polyglot/Context;Z)V
         1: .line 746
            return
        end local 1 // boolean cancelIfExecuting
        end local 0 // org.graalvm.polyglot.Context this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lorg/graalvm/polyglot/Context;
            0    2     1  cancelIfExecuting  Z
    MethodParameters:
                   Name  Flags
      cancelIfExecuting  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.polyglot.Context this
         0: .line 766
            aload 0 /* this */
            iconst_0
            invokevirtual org.graalvm.polyglot.Context.close:(Z)V
         1: .line 767
            return
        end local 0 // org.graalvm.polyglot.Context this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/polyglot/Context;

  public void interrupt(java.time.Duration);
    descriptor: (Ljava/time/Duration;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.graalvm.polyglot.Context this
        start local 1 // java.time.Duration timeout
         0: .line 788
            aload 0 /* this */
            getfield org.graalvm.polyglot.Context.impl:Lorg/graalvm/polyglot/impl/AbstractPolyglotImpl$AbstractContextImpl;
            aload 0 /* this */
            aload 1 /* timeout */
            invokevirtual org.graalvm.polyglot.impl.AbstractPolyglotImpl$AbstractContextImpl.interrupt:(Lorg/graalvm/polyglot/Context;Ljava/time/Duration;)Z
            ifne 2
         1: .line 789
            new java.util.concurrent.TimeoutException
            dup
            ldc "Interrupt timed out."
            invokespecial java.util.concurrent.TimeoutException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 791
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.time.Duration timeout
        end local 0 // org.graalvm.polyglot.Context this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/graalvm/polyglot/Context;
            0    3     1  timeout  Ljava/time/Duration;
    Exceptions:
      throws java.util.concurrent.TimeoutException
    MethodParameters:
         Name  Flags
      timeout  

  public static org.graalvm.polyglot.Context getCurrent();
    descriptor: ()Lorg/graalvm/polyglot/Context;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 822
            invokestatic org.graalvm.polyglot.Engine.getImpl:()Lorg/graalvm/polyglot/impl/AbstractPolyglotImpl;
            invokevirtual org.graalvm.polyglot.impl.AbstractPolyglotImpl.getCurrentContext:()Lorg/graalvm/polyglot/Context;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static org.graalvm.polyglot.Context create(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)Lorg/graalvm/polyglot/Context;
    flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.String[] permittedLanguages
         0: .line 834
            aload 0 /* permittedLanguages */
            invokestatic org.graalvm.polyglot.Context.newBuilder:([Ljava/lang/String;)Lorg/graalvm/polyglot/Context$Builder;
            invokevirtual org.graalvm.polyglot.Context$Builder.build:()Lorg/graalvm/polyglot/Context;
            areturn
        end local 0 // java.lang.String[] permittedLanguages
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0  permittedLanguages  [Ljava/lang/String;
    MethodParameters:
                    Name  Flags
      permittedLanguages  

  public static org.graalvm.polyglot.Context$Builder newBuilder(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)Lorg/graalvm/polyglot/Context$Builder;
    flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // java.lang.String[] permittedLanguages
         0: .line 846
            new org.graalvm.polyglot.Context$Builder
            dup
            getstatic org.graalvm.polyglot.Context.EMPTY:Lorg/graalvm/polyglot/Context;
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            aload 0 /* permittedLanguages */
            invokespecial org.graalvm.polyglot.Context$Builder.<init>:(Lorg/graalvm/polyglot/Context;[Ljava/lang/String;)V
            areturn
        end local 0 // java.lang.String[] permittedLanguages
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0  permittedLanguages  [Ljava/lang/String;
    MethodParameters:
                    Name  Flags
      permittedLanguages  
}
SourceFile: "Context.java"
NestMembers:
  org.graalvm.polyglot.Context$1  org.graalvm.polyglot.Context$2  org.graalvm.polyglot.Context$3  org.graalvm.polyglot.Context$Builder
InnerClasses:
  org.graalvm.polyglot.Context$1
  org.graalvm.polyglot.Context$2
  org.graalvm.polyglot.Context$3
  public final Builder = org.graalvm.polyglot.Context$Builder of org.graalvm.polyglot.Context
  public abstract AbstractContextImpl = org.graalvm.polyglot.impl.AbstractPolyglotImpl$AbstractContextImpl of org.graalvm.polyglot.impl.AbstractPolyglotImpl