final class com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$ImageHeapPath
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$ImageHeapPath
  super_class: java.lang.Object
{
  private final java.lang.String languageId;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String path;
    descriptor: Ljava/lang/String;
    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 684
            ldc Lcom/oracle/truffle/polyglot/FileSystems;
            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.FileSystems$PreInitializeContextFileSystem$ImageHeapPath.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$ImageHeapPath this
        start local 1 // java.lang.String languageId
        start local 2 // java.lang.String path
         0: .line 689
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 690
            getstatic com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$ImageHeapPath.$assertionsDisabled:Z
            ifne 2
            aload 2 /* path */
            ifnonnull 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 691
      StackMap locals: com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$ImageHeapPath java.lang.String java.lang.String
      StackMap stack:
            aload 0 /* this */
            aload 1 /* languageId */
            putfield com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$ImageHeapPath.languageId:Ljava/lang/String;
         3: .line 692
            aload 0 /* this */
            aload 2 /* path */
            putfield com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$ImageHeapPath.path:Ljava/lang/String;
         4: .line 693
            return
        end local 2 // java.lang.String path
        end local 1 // java.lang.String languageId
        end local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$ImageHeapPath this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lcom/oracle/truffle/polyglot/FileSystems$PreInitializeContextFileSystem$ImageHeapPath;
            0    5     1  languageId  Ljava/lang/String;
            0    5     2        path  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      languageId  
      path        
}
SourceFile: "FileSystems.java"
NestHost: com.oracle.truffle.polyglot.FileSystems
InnerClasses:
  final PreInitializeContextFileSystem = com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem of com.oracle.truffle.polyglot.FileSystems
  private final ImageHeapPath = com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$ImageHeapPath of com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem