class sun.tools.jar.Main$Entry
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.tools.jar.Main$Entry
  super_class: java.lang.Object
{
  final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0010) ACC_FINAL

  final java.io.File file;
    descriptor: Ljava/io/File;
    flags: (0x0010) ACC_FINAL

  final boolean isDir;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  void <init>(java.io.File, java.lang.String, boolean);
    descriptor: (Ljava/io/File;Ljava/lang/String;Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // sun.tools.jar.Main$Entry this
        start local 1 // java.io.File file
        start local 2 // java.lang.String name
        start local 3 // boolean isDir
         0: .line 95
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 96
            aload 0 /* this */
            aload 1 /* file */
            putfield sun.tools.jar.Main$Entry.file:Ljava/io/File;
         2: .line 97
            aload 0 /* this */
            iload 3 /* isDir */
            putfield sun.tools.jar.Main$Entry.isDir:Z
         3: .line 98
            aload 0 /* this */
            aload 2 /* name */
            putfield sun.tools.jar.Main$Entry.name:Ljava/lang/String;
         4: .line 99
            return
        end local 3 // boolean isDir
        end local 2 // java.lang.String name
        end local 1 // java.io.File file
        end local 0 // sun.tools.jar.Main$Entry this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lsun/tools/jar/Main$Entry;
            0    5     1   file  Ljava/io/File;
            0    5     2   name  Ljava/lang/String;
            0    5     3  isDir  Z
    MethodParameters:
       Name  Flags
      file   
      name   
      isDir  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.tools.jar.Main$Entry this
        start local 1 // java.lang.Object o
         0: .line 103
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 104
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            instanceof sun.tools.jar.Main$Entry
            ifne 2
            iconst_0
            ireturn
         2: .line 105
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.tools.jar.Main$Entry.file:Ljava/io/File;
            aload 1 /* o */
            checkcast sun.tools.jar.Main$Entry
            getfield sun.tools.jar.Main$Entry.file:Ljava/io/File;
            invokevirtual java.io.File.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // sun.tools.jar.Main$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/tools/jar/Main$Entry;
            0    3     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.tools.jar.Main$Entry this
         0: .line 110
            aload 0 /* this */
            getfield sun.tools.jar.Main$Entry.file:Ljava/io/File;
            invokevirtual java.io.File.hashCode:()I
            ireturn
        end local 0 // sun.tools.jar.Main$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/tools/jar/Main$Entry;
}
SourceFile: "Main.java"
NestHost: sun.tools.jar.Main
InnerClasses:
  private Entry = sun.tools.jar.Main$Entry of sun.tools.jar.Main