public class com.sun.tools.javac.file.RelativePath$RelativeFile extends com.sun.tools.javac.file.RelativePath
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.javac.file.RelativePath$RelativeFile
  super_class: com.sun.tools.javac.file.RelativePath
{
  static com.sun.tools.javac.file.RelativePath$RelativeFile forClass(java.lang.CharSequence, javax.tools.JavaFileObject$Kind);
    descriptor: (Ljava/lang/CharSequence;Ljavax/tools/JavaFileObject$Kind;)Lcom/sun/tools/javac/file/RelativePath$RelativeFile;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // java.lang.CharSequence className
        start local 1 // javax.tools.JavaFileObject$Kind kind
         0: .line 162
            new com.sun.tools.javac.file.RelativePath$RelativeFile
            dup
            new java.lang.StringBuilder
            dup
            aload 0 /* className */
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            bipush 46
            bipush 47
            invokevirtual java.lang.String.replace:(CC)Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* kind */
            getfield javax.tools.JavaFileObject$Kind.extension:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial com.sun.tools.javac.file.RelativePath$RelativeFile.<init>:(Ljava/lang/String;)V
            areturn
        end local 1 // javax.tools.JavaFileObject$Kind kind
        end local 0 // java.lang.CharSequence className
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0  className  Ljava/lang/CharSequence;
            0    1     1       kind  Ljavax/tools/JavaFileObject$Kind;
    MethodParameters:
           Name  Flags
      className  
      kind       

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.file.RelativePath$RelativeFile this
        start local 1 // java.lang.String p
         0: .line 166
            aload 0 /* this */
            aload 1 /* p */
            invokespecial com.sun.tools.javac.file.RelativePath.<init>:(Ljava/lang/String;)V
         1: .line 167
            aload 1 /* p */
            ldc "/"
            invokevirtual java.lang.String.endsWith:(Ljava/lang/String;)Z
            ifeq 3
         2: .line 168
            new java.lang.IllegalArgumentException
            dup
            aload 1 /* p */
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 169
      StackMap locals: com.sun.tools.javac.file.RelativePath$RelativeFile java.lang.String
      StackMap stack:
            return
        end local 1 // java.lang.String p
        end local 0 // com.sun.tools.javac.file.RelativePath$RelativeFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/tools/javac/file/RelativePath$RelativeFile;
            0    4     1     p  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      p     

  public void <init>(com.sun.tools.javac.file.RelativePath$RelativeDirectory, java.lang.String);
    descriptor: (Lcom/sun/tools/javac/file/RelativePath$RelativeDirectory;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.file.RelativePath$RelativeFile this
        start local 1 // com.sun.tools.javac.file.RelativePath$RelativeDirectory d
        start local 2 // java.lang.String p
         0: .line 175
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            aload 1 /* d */
            getfield com.sun.tools.javac.file.RelativePath$RelativeDirectory.path:Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* p */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial com.sun.tools.javac.file.RelativePath$RelativeFile.<init>:(Ljava/lang/String;)V
         1: .line 176
            return
        end local 2 // java.lang.String p
        end local 1 // com.sun.tools.javac.file.RelativePath$RelativeDirectory d
        end local 0 // com.sun.tools.javac.file.RelativePath$RelativeFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/javac/file/RelativePath$RelativeFile;
            0    2     1     d  Lcom/sun/tools/javac/file/RelativePath$RelativeDirectory;
            0    2     2     p  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      d     
      p     

  void <init>(com.sun.tools.javac.file.RelativePath$RelativeDirectory, com.sun.tools.javac.file.RelativePath);
    descriptor: (Lcom/sun/tools/javac/file/RelativePath$RelativeDirectory;Lcom/sun/tools/javac/file/RelativePath;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.file.RelativePath$RelativeFile this
        start local 1 // com.sun.tools.javac.file.RelativePath$RelativeDirectory d
        start local 2 // com.sun.tools.javac.file.RelativePath p
         0: .line 179
            aload 0 /* this */
            aload 1 /* d */
            aload 2 /* p */
            getfield com.sun.tools.javac.file.RelativePath.path:Ljava/lang/String;
            invokespecial com.sun.tools.javac.file.RelativePath$RelativeFile.<init>:(Lcom/sun/tools/javac/file/RelativePath$RelativeDirectory;Ljava/lang/String;)V
         1: .line 180
            return
        end local 2 // com.sun.tools.javac.file.RelativePath p
        end local 1 // com.sun.tools.javac.file.RelativePath$RelativeDirectory d
        end local 0 // com.sun.tools.javac.file.RelativePath$RelativeFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/javac/file/RelativePath$RelativeFile;
            0    2     1     d  Lcom/sun/tools/javac/file/RelativePath$RelativeDirectory;
            0    2     2     p  Lcom/sun/tools/javac/file/RelativePath;
    MethodParameters:
      Name  Flags
      d     
      p     

  public com.sun.tools.javac.file.RelativePath$RelativeDirectory dirname();
    descriptor: ()Lcom/sun/tools/javac/file/RelativePath$RelativeDirectory;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // com.sun.tools.javac.file.RelativePath$RelativeFile this
         0: .line 184
            aload 0 /* this */
            getfield com.sun.tools.javac.file.RelativePath$RelativeFile.path:Ljava/lang/String;
            bipush 47
            invokevirtual java.lang.String.lastIndexOf:(I)I
            istore 1 /* sep */
        start local 1 // int sep
         1: .line 185
            new com.sun.tools.javac.file.RelativePath$RelativeDirectory
            dup
            aload 0 /* this */
            getfield com.sun.tools.javac.file.RelativePath$RelativeFile.path:Ljava/lang/String;
            iconst_0
            iload 1 /* sep */
            iconst_1
            iadd
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            invokespecial com.sun.tools.javac.file.RelativePath$RelativeDirectory.<init>:(Ljava/lang/String;)V
            areturn
        end local 1 // int sep
        end local 0 // com.sun.tools.javac.file.RelativePath$RelativeFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/javac/file/RelativePath$RelativeFile;
            1    2     1   sep  I

  public java.lang.String basename();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.tools.javac.file.RelativePath$RelativeFile this
         0: .line 190
            aload 0 /* this */
            getfield com.sun.tools.javac.file.RelativePath$RelativeFile.path:Ljava/lang/String;
            bipush 47
            invokevirtual java.lang.String.lastIndexOf:(I)I
            istore 1 /* sep */
        start local 1 // int sep
         1: .line 191
            aload 0 /* this */
            getfield com.sun.tools.javac.file.RelativePath$RelativeFile.path:Ljava/lang/String;
            iload 1 /* sep */
            iconst_1
            iadd
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            areturn
        end local 1 // int sep
        end local 0 // com.sun.tools.javac.file.RelativePath$RelativeFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/javac/file/RelativePath$RelativeFile;
            1    2     1   sep  I

  java.util.zip.ZipEntry getZipEntry(java.util.zip.ZipFile);
    descriptor: (Ljava/util/zip/ZipFile;)Ljava/util/zip/ZipEntry;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.file.RelativePath$RelativeFile this
        start local 1 // java.util.zip.ZipFile zip
         0: .line 195
            aload 1 /* zip */
            aload 0 /* this */
            getfield com.sun.tools.javac.file.RelativePath$RelativeFile.path:Ljava/lang/String;
            invokevirtual java.util.zip.ZipFile.getEntry:(Ljava/lang/String;)Ljava/util/zip/ZipEntry;
            areturn
        end local 1 // java.util.zip.ZipFile zip
        end local 0 // com.sun.tools.javac.file.RelativePath$RelativeFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/file/RelativePath$RelativeFile;
            0    1     1   zip  Ljava/util/zip/ZipFile;
    MethodParameters:
      Name  Flags
      zip   

  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.file.RelativePath$RelativeFile this
         0: .line 200
            new java.lang.StringBuilder
            dup
            ldc "RelativeFile["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.sun.tools.javac.file.RelativePath$RelativeFile.path:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.sun.tools.javac.file.RelativePath$RelativeFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/file/RelativePath$RelativeFile;
}
SourceFile: "RelativePath.java"
NestHost: com.sun.tools.javac.file.RelativePath
InnerClasses:
  public RelativeDirectory = com.sun.tools.javac.file.RelativePath$RelativeDirectory of com.sun.tools.javac.file.RelativePath
  public RelativeFile = com.sun.tools.javac.file.RelativePath$RelativeFile of com.sun.tools.javac.file.RelativePath
  public final Kind = javax.tools.JavaFileObject$Kind of javax.tools.JavaFileObject