final class sun.tools.jar.FingerPrint$Method
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.tools.jar.FingerPrint$Method
  super_class: java.lang.Object
{
  private final int access;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String desc;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.Set<java.lang.String> exceptions;
    descriptor: Ljava/util/Set;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Set<Ljava/lang/String;>;

  void <init>(int, java.lang.String, java.lang.String, java.util.Set<java.lang.String>);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Ljava/util/Set;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // sun.tools.jar.FingerPrint$Method this
        start local 1 // int access
        start local 2 // java.lang.String name
        start local 3 // java.lang.String desc
        start local 4 // java.util.Set exceptions
         0: .line 206
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 207
            aload 0 /* this */
            iload 1 /* access */
            putfield sun.tools.jar.FingerPrint$Method.access:I
         2: .line 208
            aload 0 /* this */
            aload 2 /* name */
            putfield sun.tools.jar.FingerPrint$Method.name:Ljava/lang/String;
         3: .line 209
            aload 0 /* this */
            aload 3 /* desc */
            putfield sun.tools.jar.FingerPrint$Method.desc:Ljava/lang/String;
         4: .line 210
            aload 0 /* this */
            aload 4 /* exceptions */
            putfield sun.tools.jar.FingerPrint$Method.exceptions:Ljava/util/Set;
         5: .line 211
            return
        end local 4 // java.util.Set exceptions
        end local 3 // java.lang.String desc
        end local 2 // java.lang.String name
        end local 1 // int access
        end local 0 // sun.tools.jar.FingerPrint$Method this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lsun/tools/jar/FingerPrint$Method;
            0    6     1      access  I
            0    6     2        name  Ljava/lang/String;
            0    6     3        desc  Ljava/lang/String;
            0    6     4  exceptions  Ljava/util/Set<Ljava/lang/String;>;
    Signature: (ILjava/lang/String;Ljava/lang/String;Ljava/util/Set<Ljava/lang/String;>;)V
    MethodParameters:
            Name  Flags
      access      
      name        
      desc        
      exceptions  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.tools.jar.FingerPrint$Method this
        start local 1 // java.lang.Object that
         0: .line 215
            aload 1 /* that */
            ifnonnull 1
            iconst_0
            ireturn
         1: .line 216
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* that */
            if_acmpne 2
            iconst_1
            ireturn
         2: .line 217
      StackMap locals:
      StackMap stack:
            aload 1 /* that */
            instanceof sun.tools.jar.FingerPrint$Method
            ifne 3
            iconst_0
            ireturn
         3: .line 218
      StackMap locals:
      StackMap stack:
            aload 1 /* that */
            checkcast sun.tools.jar.FingerPrint$Method
            astore 2 /* method */
        start local 2 // sun.tools.jar.FingerPrint$Method method
         4: .line 219
            aload 0 /* this */
            getfield sun.tools.jar.FingerPrint$Method.access:I
            aload 2 /* method */
            getfield sun.tools.jar.FingerPrint$Method.access:I
            if_icmpne 8
            aload 0 /* this */
            getfield sun.tools.jar.FingerPrint$Method.name:Ljava/lang/String;
            aload 2 /* method */
            getfield sun.tools.jar.FingerPrint$Method.name:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 8
         5: .line 220
            aload 0 /* this */
            getfield sun.tools.jar.FingerPrint$Method.desc:Ljava/lang/String;
            aload 2 /* method */
            getfield sun.tools.jar.FingerPrint$Method.desc:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 8
         6: .line 221
            aload 0 /* this */
            getfield sun.tools.jar.FingerPrint$Method.exceptions:Ljava/util/Set;
            aload 2 /* method */
            getfield sun.tools.jar.FingerPrint$Method.exceptions:Ljava/util/Set;
            invokeinterface java.util.Set.equals:(Ljava/lang/Object;)Z
            ifeq 8
         7: .line 219
            iconst_1
            ireturn
      StackMap locals: sun.tools.jar.FingerPrint$Method
      StackMap stack:
         8: iconst_0
            ireturn
        end local 2 // sun.tools.jar.FingerPrint$Method method
        end local 1 // java.lang.Object that
        end local 0 // sun.tools.jar.FingerPrint$Method this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lsun/tools/jar/FingerPrint$Method;
            0    9     1    that  Ljava/lang/Object;
            4    9     2  method  Lsun/tools/jar/FingerPrint$Method;
    MethodParameters:
      Name  Flags
      that  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.tools.jar.FingerPrint$Method this
         0: .line 226
            bipush 17
            istore 1 /* result */
        start local 1 // int result
         1: .line 227
            bipush 37
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield sun.tools.jar.FingerPrint$Method.access:I
            iadd
            istore 1 /* result */
         2: .line 228
            bipush 37
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield sun.tools.jar.FingerPrint$Method.name:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            iadd
            istore 1 /* result */
         3: .line 229
            bipush 37
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield sun.tools.jar.FingerPrint$Method.desc:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            iadd
            istore 1 /* result */
         4: .line 230
            bipush 37
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield sun.tools.jar.FingerPrint$Method.exceptions:Ljava/util/Set;
            invokeinterface java.util.Set.hashCode:()I
            iadd
            istore 1 /* result */
         5: .line 231
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // sun.tools.jar.FingerPrint$Method this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lsun/tools/jar/FingerPrint$Method;
            1    6     1  result  I
}
SourceFile: "FingerPrint.java"
NestHost: sun.tools.jar.FingerPrint
InnerClasses:
  private final Method = sun.tools.jar.FingerPrint$Method of sun.tools.jar.FingerPrint