public class com.oracle.objectfile.debugentry.DirEntry
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.objectfile.debugentry.DirEntry
  super_class: java.lang.Object
{
  private java.nio.file.Path path;
    descriptor: Ljava/nio/file/Path;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.nio.file.Path);
    descriptor: (Ljava/nio/file/Path;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.objectfile.debugentry.DirEntry this
        start local 1 // java.nio.file.Path path
         0: .line 41
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 42
            aload 0 /* this */
            aload 1 /* path */
            putfield com.oracle.objectfile.debugentry.DirEntry.path:Ljava/nio/file/Path;
         2: .line 43
            return
        end local 1 // java.nio.file.Path path
        end local 0 // com.oracle.objectfile.debugentry.DirEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/objectfile/debugentry/DirEntry;
            0    3     1  path  Ljava/nio/file/Path;
    MethodParameters:
      Name  Flags
      path  

  public java.nio.file.Path getPath();
    descriptor: ()Ljava/nio/file/Path;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.objectfile.debugentry.DirEntry this
         0: .line 46
            aload 0 /* this */
            getfield com.oracle.objectfile.debugentry.DirEntry.path:Ljava/nio/file/Path;
            areturn
        end local 0 // com.oracle.objectfile.debugentry.DirEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/objectfile/debugentry/DirEntry;

  public java.lang.String getPathString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.objectfile.debugentry.DirEntry this
         0: .line 50
            aload 0 /* this */
            getfield com.oracle.objectfile.debugentry.DirEntry.path:Ljava/nio/file/Path;
            invokeinterface java.nio.file.Path.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.oracle.objectfile.debugentry.DirEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/objectfile/debugentry/DirEntry;
}
SourceFile: "DirEntry.java"