public class com.sun.tools.javac.api.ClientCodeWrapper$WrappedFileObject implements javax.tools.FileObject
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.javac.api.ClientCodeWrapper$WrappedFileObject
  super_class: java.lang.Object
{
  protected javax.tools.FileObject clientFileObject;
    descriptor: Ljavax/tools/FileObject;
    flags: (0x0004) ACC_PROTECTED

  final com.sun.tools.javac.api.ClientCodeWrapper this$0;
    descriptor: Lcom/sun/tools/javac/api/ClientCodeWrapper;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.sun.tools.javac.api.ClientCodeWrapper, javax.tools.FileObject);
    descriptor: (Lcom/sun/tools/javac/api/ClientCodeWrapper;Ljavax/tools/FileObject;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.api.ClientCodeWrapper$WrappedFileObject this
        start local 2 // javax.tools.FileObject clientFileObject
         0: .line 563
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.javac.api.ClientCodeWrapper$WrappedFileObject.this$0:Lcom/sun/tools/javac/api/ClientCodeWrapper;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 564
            aload 0 /* this */
            aload 2 /* clientFileObject */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast javax.tools.FileObject
            putfield com.sun.tools.javac.api.ClientCodeWrapper$WrappedFileObject.clientFileObject:Ljavax/tools/FileObject;
         2: .line 565
            return
        end local 2 // javax.tools.FileObject clientFileObject
        end local 0 // com.sun.tools.javac.api.ClientCodeWrapper$WrappedFileObject this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    3     0              this  Lcom/sun/tools/javac/api/ClientCodeWrapper$WrappedFileObject;
            0    3     2  clientFileObject  Ljavax/tools/FileObject;
    MethodParameters:
                  Name  Flags
      this$0            final
      clientFileObject  

  public java.net.URI toUri();
    descriptor: ()Ljava/net/URI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.tools.javac.api.ClientCodeWrapper$WrappedFileObject this
         0: .line 570
            aload 0 /* this */
            getfield com.sun.tools.javac.api.ClientCodeWrapper$WrappedFileObject.clientFileObject:Ljavax/tools/FileObject;
            invokeinterface javax.tools.FileObject.toUri:()Ljava/net/URI;
         1: areturn
         2: .line 571
      StackMap locals:
      StackMap stack: com.sun.tools.javac.util.ClientCodeException
            astore 1 /* e */
        start local 1 // com.sun.tools.javac.util.ClientCodeException e
         3: .line 572
            aload 1 /* e */
            athrow
        end local 1 // com.sun.tools.javac.util.ClientCodeException e
         4: .line 573
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1 /* e */
        start local 1 // java.lang.Throwable e
         5: .line 574
            new com.sun.tools.javac.util.ClientCodeException
            dup
            aload 1 /* e */
            invokespecial com.sun.tools.javac.util.ClientCodeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.lang.Throwable e
        end local 0 // com.sun.tools.javac.api.ClientCodeWrapper$WrappedFileObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/tools/javac/api/ClientCodeWrapper$WrappedFileObject;
            3    4     1     e  Lcom/sun/tools/javac/util/ClientCodeException;
            5    6     1     e  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     1       2  Class com.sun.tools.javac.util.ClientCodeException
           0     1       4  Class java.lang.RuntimeException
           0     1       4  Class java.lang.Error

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.tools.javac.api.ClientCodeWrapper$WrappedFileObject this
         0: .line 581
            aload 0 /* this */
            getfield com.sun.tools.javac.api.ClientCodeWrapper$WrappedFileObject.clientFileObject:Ljavax/tools/FileObject;
            invokeinterface javax.tools.FileObject.getName:()Ljava/lang/String;
         1: areturn
         2: .line 582
      StackMap locals:
      StackMap stack: com.sun.tools.javac.util.ClientCodeException
            astore 1 /* e */
        start local 1 // com.sun.tools.javac.util.ClientCodeException e
         3: .line 583
            aload 1 /* e */
            athrow
        end local 1 // com.sun.tools.javac.util.ClientCodeException e
         4: .line 584
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1 /* e */
        start local 1 // java.lang.Throwable e
         5: .line 585
            new com.sun.tools.javac.util.ClientCodeException
            dup
            aload 1 /* e */
            invokespecial com.sun.tools.javac.util.ClientCodeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.lang.Throwable e
        end local 0 // com.sun.tools.javac.api.ClientCodeWrapper$WrappedFileObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/tools/javac/api/ClientCodeWrapper$WrappedFileObject;
            3    4     1     e  Lcom/sun/tools/javac/util/ClientCodeException;
            5    6     1     e  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     1       2  Class com.sun.tools.javac.util.ClientCodeException
           0     1       4  Class java.lang.RuntimeException
           0     1       4  Class java.lang.Error

  public java.io.InputStream openInputStream();
    descriptor: ()Ljava/io/InputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.tools.javac.api.ClientCodeWrapper$WrappedFileObject this
         0: .line 592
            aload 0 /* this */
            getfield com.sun.tools.javac.api.ClientCodeWrapper$WrappedFileObject.clientFileObject:Ljavax/tools/FileObject;
            invokeinterface javax.tools.FileObject.openInputStream:()Ljava/io/InputStream;
         1: areturn
         2: .line 593
      StackMap locals:
      StackMap stack: com.sun.tools.javac.util.ClientCodeException
            astore 1 /* e */
        start local 1 // com.sun.tools.javac.util.ClientCodeException e
         3: .line 594
            aload 1 /* e */
            athrow
        end local 1 // com.sun.tools.javac.util.ClientCodeException e
         4: .line 595
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1 /* e */
        start local 1 // java.lang.Throwable e
         5: .line 596
            new com.sun.tools.javac.util.ClientCodeException
            dup
            aload 1 /* e */
            invokespecial com.sun.tools.javac.util.ClientCodeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.lang.Throwable e
        end local 0 // com.sun.tools.javac.api.ClientCodeWrapper$WrappedFileObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/tools/javac/api/ClientCodeWrapper$WrappedFileObject;
            3    4     1     e  Lcom/sun/tools/javac/util/ClientCodeException;
            5    6     1     e  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     1       2  Class com.sun.tools.javac.util.ClientCodeException
           0     1       4  Class java.lang.RuntimeException
           0     1       4  Class java.lang.Error
    Exceptions:
      throws java.io.IOException

  public java.io.OutputStream openOutputStream();
    descriptor: ()Ljava/io/OutputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.tools.javac.api.ClientCodeWrapper$WrappedFileObject this
         0: .line 603
            aload 0 /* this */
            getfield com.sun.tools.javac.api.ClientCodeWrapper$WrappedFileObject.clientFileObject:Ljavax/tools/FileObject;
            invokeinterface javax.tools.FileObject.openOutputStream:()Ljava/io/OutputStream;
         1: areturn
         2: .line 604
      StackMap locals:
      StackMap stack: com.sun.tools.javac.util.ClientCodeException
            astore 1 /* e */
        start local 1 // com.sun.tools.javac.util.ClientCodeException e
         3: .line 605
            aload 1 /* e */
            athrow
        end local 1 // com.sun.tools.javac.util.ClientCodeException e
         4: .line 606
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1 /* e */
        start local 1 // java.lang.Throwable e
         5: .line 607
            new com.sun.tools.javac.util.ClientCodeException
            dup
            aload 1 /* e */
            invokespecial com.sun.tools.javac.util.ClientCodeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.lang.Throwable e
        end local 0 // com.sun.tools.javac.api.ClientCodeWrapper$WrappedFileObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/tools/javac/api/ClientCodeWrapper$WrappedFileObject;
            3    4     1     e  Lcom/sun/tools/javac/util/ClientCodeException;
            5    6     1     e  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     1       2  Class com.sun.tools.javac.util.ClientCodeException
           0     1       4  Class java.lang.RuntimeException
           0     1       4  Class java.lang.Error
    Exceptions:
      throws java.io.IOException

  public java.io.Reader openReader(boolean);
    descriptor: (Z)Ljava/io/Reader;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.api.ClientCodeWrapper$WrappedFileObject this
        start local 1 // boolean ignoreEncodingErrors
         0: .line 614
            aload 0 /* this */
            getfield com.sun.tools.javac.api.ClientCodeWrapper$WrappedFileObject.clientFileObject:Ljavax/tools/FileObject;
            iload 1 /* ignoreEncodingErrors */
            invokeinterface javax.tools.FileObject.openReader:(Z)Ljava/io/Reader;
         1: areturn
         2: .line 615
      StackMap locals:
      StackMap stack: com.sun.tools.javac.util.ClientCodeException
            astore 2 /* e */
        start local 2 // com.sun.tools.javac.util.ClientCodeException e
         3: .line 616
            aload 2 /* e */
            athrow
        end local 2 // com.sun.tools.javac.util.ClientCodeException e
         4: .line 617
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2 /* e */
        start local 2 // java.lang.Throwable e
         5: .line 618
            new com.sun.tools.javac.util.ClientCodeException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.util.ClientCodeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.lang.Throwable e
        end local 1 // boolean ignoreEncodingErrors
        end local 0 // com.sun.tools.javac.api.ClientCodeWrapper$WrappedFileObject this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    6     0                  this  Lcom/sun/tools/javac/api/ClientCodeWrapper$WrappedFileObject;
            0    6     1  ignoreEncodingErrors  Z
            3    4     2                     e  Lcom/sun/tools/javac/util/ClientCodeException;
            5    6     2                     e  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     1       2  Class com.sun.tools.javac.util.ClientCodeException
           0     1       4  Class java.lang.RuntimeException
           0     1       4  Class java.lang.Error
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                      Name  Flags
      ignoreEncodingErrors  

  public java.lang.CharSequence getCharContent(boolean);
    descriptor: (Z)Ljava/lang/CharSequence;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.api.ClientCodeWrapper$WrappedFileObject this
        start local 1 // boolean ignoreEncodingErrors
         0: .line 625
            aload 0 /* this */
            getfield com.sun.tools.javac.api.ClientCodeWrapper$WrappedFileObject.clientFileObject:Ljavax/tools/FileObject;
            iload 1 /* ignoreEncodingErrors */
            invokeinterface javax.tools.FileObject.getCharContent:(Z)Ljava/lang/CharSequence;
         1: areturn
         2: .line 626
      StackMap locals:
      StackMap stack: com.sun.tools.javac.util.ClientCodeException
            astore 2 /* e */
        start local 2 // com.sun.tools.javac.util.ClientCodeException e
         3: .line 627
            aload 2 /* e */
            athrow
        end local 2 // com.sun.tools.javac.util.ClientCodeException e
         4: .line 628
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2 /* e */
        start local 2 // java.lang.Throwable e
         5: .line 629
            new com.sun.tools.javac.util.ClientCodeException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.util.ClientCodeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.lang.Throwable e
        end local 1 // boolean ignoreEncodingErrors
        end local 0 // com.sun.tools.javac.api.ClientCodeWrapper$WrappedFileObject this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    6     0                  this  Lcom/sun/tools/javac/api/ClientCodeWrapper$WrappedFileObject;
            0    6     1  ignoreEncodingErrors  Z
            3    4     2                     e  Lcom/sun/tools/javac/util/ClientCodeException;
            5    6     2                     e  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     1       2  Class com.sun.tools.javac.util.ClientCodeException
           0     1       4  Class java.lang.RuntimeException
           0     1       4  Class java.lang.Error
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                      Name  Flags
      ignoreEncodingErrors  

  public java.io.Writer openWriter();
    descriptor: ()Ljava/io/Writer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.tools.javac.api.ClientCodeWrapper$WrappedFileObject this
         0: .line 636
            aload 0 /* this */
            getfield com.sun.tools.javac.api.ClientCodeWrapper$WrappedFileObject.clientFileObject:Ljavax/tools/FileObject;
            invokeinterface javax.tools.FileObject.openWriter:()Ljava/io/Writer;
         1: areturn
         2: .line 637
      StackMap locals:
      StackMap stack: com.sun.tools.javac.util.ClientCodeException
            astore 1 /* e */
        start local 1 // com.sun.tools.javac.util.ClientCodeException e
         3: .line 638
            aload 1 /* e */
            athrow
        end local 1 // com.sun.tools.javac.util.ClientCodeException e
         4: .line 639
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1 /* e */
        start local 1 // java.lang.Throwable e
         5: .line 640
            new com.sun.tools.javac.util.ClientCodeException
            dup
            aload 1 /* e */
            invokespecial com.sun.tools.javac.util.ClientCodeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.lang.Throwable e
        end local 0 // com.sun.tools.javac.api.ClientCodeWrapper$WrappedFileObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/tools/javac/api/ClientCodeWrapper$WrappedFileObject;
            3    4     1     e  Lcom/sun/tools/javac/util/ClientCodeException;
            5    6     1     e  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     1       2  Class com.sun.tools.javac.util.ClientCodeException
           0     1       4  Class java.lang.RuntimeException
           0     1       4  Class java.lang.Error
    Exceptions:
      throws java.io.IOException

  public long getLastModified();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.tools.javac.api.ClientCodeWrapper$WrappedFileObject this
         0: .line 647
            aload 0 /* this */
            getfield com.sun.tools.javac.api.ClientCodeWrapper$WrappedFileObject.clientFileObject:Ljavax/tools/FileObject;
            invokeinterface javax.tools.FileObject.getLastModified:()J
         1: lreturn
         2: .line 648
      StackMap locals:
      StackMap stack: com.sun.tools.javac.util.ClientCodeException
            astore 1 /* e */
        start local 1 // com.sun.tools.javac.util.ClientCodeException e
         3: .line 649
            aload 1 /* e */
            athrow
        end local 1 // com.sun.tools.javac.util.ClientCodeException e
         4: .line 650
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1 /* e */
        start local 1 // java.lang.Throwable e
         5: .line 651
            new com.sun.tools.javac.util.ClientCodeException
            dup
            aload 1 /* e */
            invokespecial com.sun.tools.javac.util.ClientCodeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.lang.Throwable e
        end local 0 // com.sun.tools.javac.api.ClientCodeWrapper$WrappedFileObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/tools/javac/api/ClientCodeWrapper$WrappedFileObject;
            3    4     1     e  Lcom/sun/tools/javac/util/ClientCodeException;
            5    6     1     e  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     1       2  Class com.sun.tools.javac.util.ClientCodeException
           0     1       4  Class java.lang.RuntimeException
           0     1       4  Class java.lang.Error

  public boolean delete();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.tools.javac.api.ClientCodeWrapper$WrappedFileObject this
         0: .line 658
            aload 0 /* this */
            getfield com.sun.tools.javac.api.ClientCodeWrapper$WrappedFileObject.clientFileObject:Ljavax/tools/FileObject;
            invokeinterface javax.tools.FileObject.delete:()Z
         1: ireturn
         2: .line 659
      StackMap locals:
      StackMap stack: com.sun.tools.javac.util.ClientCodeException
            astore 1 /* e */
        start local 1 // com.sun.tools.javac.util.ClientCodeException e
         3: .line 660
            aload 1 /* e */
            athrow
        end local 1 // com.sun.tools.javac.util.ClientCodeException e
         4: .line 661
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1 /* e */
        start local 1 // java.lang.Throwable e
         5: .line 662
            new com.sun.tools.javac.util.ClientCodeException
            dup
            aload 1 /* e */
            invokespecial com.sun.tools.javac.util.ClientCodeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.lang.Throwable e
        end local 0 // com.sun.tools.javac.api.ClientCodeWrapper$WrappedFileObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/tools/javac/api/ClientCodeWrapper$WrappedFileObject;
            3    4     1     e  Lcom/sun/tools/javac/util/ClientCodeException;
            5    6     1     e  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     1       2  Class com.sun.tools.javac.util.ClientCodeException
           0     1       4  Class java.lang.RuntimeException
           0     1       4  Class java.lang.Error

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.api.ClientCodeWrapper$WrappedFileObject this
         0: .line 668
            aload 0 /* this */
            getfield com.sun.tools.javac.api.ClientCodeWrapper$WrappedFileObject.this$0:Lcom/sun/tools/javac/api/ClientCodeWrapper;
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 0 /* this */
            getfield com.sun.tools.javac.api.ClientCodeWrapper$WrappedFileObject.clientFileObject:Ljavax/tools/FileObject;
            invokevirtual com.sun.tools.javac.api.ClientCodeWrapper.wrappedToString:(Ljava/lang/Class;Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 0 // com.sun.tools.javac.api.ClientCodeWrapper$WrappedFileObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/api/ClientCodeWrapper$WrappedFileObject;
}
SourceFile: "ClientCodeWrapper.java"
NestHost: com.sun.tools.javac.api.ClientCodeWrapper
InnerClasses:
  protected WrappedFileObject = com.sun.tools.javac.api.ClientCodeWrapper$WrappedFileObject of com.sun.tools.javac.api.ClientCodeWrapper