class sun.nio.fs.UnixUserPrincipals$User implements java.nio.file.attribute.UserPrincipal
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.fs.UnixUserPrincipals$User
  super_class: java.lang.Object
{
  private final int id;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean isGroup;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private void <init>(int, boolean, java.lang.String);
    descriptor: (IZLjava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // sun.nio.fs.UnixUserPrincipals$User this
        start local 1 // int id
        start local 2 // boolean isGroup
        start local 3 // java.lang.String name
         0: .line 48
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 49
            aload 0 /* this */
            iload 1 /* id */
            putfield sun.nio.fs.UnixUserPrincipals$User.id:I
         2: .line 50
            aload 0 /* this */
            iload 2 /* isGroup */
            putfield sun.nio.fs.UnixUserPrincipals$User.isGroup:Z
         3: .line 51
            aload 0 /* this */
            aload 3 /* name */
            putfield sun.nio.fs.UnixUserPrincipals$User.name:Ljava/lang/String;
         4: .line 52
            return
        end local 3 // java.lang.String name
        end local 2 // boolean isGroup
        end local 1 // int id
        end local 0 // sun.nio.fs.UnixUserPrincipals$User this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lsun/nio/fs/UnixUserPrincipals$User;
            0    5     1       id  I
            0    5     2  isGroup  Z
            0    5     3     name  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      id       
      isGroup  
      name     

  void <init>(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // sun.nio.fs.UnixUserPrincipals$User this
        start local 1 // int id
        start local 2 // java.lang.String name
         0: .line 55
            aload 0 /* this */
            iload 1 /* id */
            iconst_0
            aload 2 /* name */
            invokespecial sun.nio.fs.UnixUserPrincipals$User.<init>:(IZLjava/lang/String;)V
         1: .line 56
            return
        end local 2 // java.lang.String name
        end local 1 // int id
        end local 0 // sun.nio.fs.UnixUserPrincipals$User this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/fs/UnixUserPrincipals$User;
            0    2     1    id  I
            0    2     2  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      id    
      name  

  int uid();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.nio.fs.UnixUserPrincipals$User this
         0: .line 59
            aload 0 /* this */
            getfield sun.nio.fs.UnixUserPrincipals$User.isGroup:Z
            ifeq 2
         1: .line 60
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 61
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.fs.UnixUserPrincipals$User.id:I
            ireturn
        end local 0 // sun.nio.fs.UnixUserPrincipals$User this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/nio/fs/UnixUserPrincipals$User;

  int gid();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.nio.fs.UnixUserPrincipals$User this
         0: .line 65
            aload 0 /* this */
            getfield sun.nio.fs.UnixUserPrincipals$User.isGroup:Z
            ifeq 2
         1: .line 66
            aload 0 /* this */
            getfield sun.nio.fs.UnixUserPrincipals$User.id:I
            ireturn
         2: .line 67
      StackMap locals:
      StackMap stack:
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        end local 0 // sun.nio.fs.UnixUserPrincipals$User this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/nio/fs/UnixUserPrincipals$User;

  boolean isSpecial();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.nio.fs.UnixUserPrincipals$User this
         0: .line 71
            aload 0 /* this */
            getfield sun.nio.fs.UnixUserPrincipals$User.id:I
            iconst_m1
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.nio.fs.UnixUserPrincipals$User this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/fs/UnixUserPrincipals$User;

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.fs.UnixUserPrincipals$User this
         0: .line 76
            aload 0 /* this */
            getfield sun.nio.fs.UnixUserPrincipals$User.name:Ljava/lang/String;
            areturn
        end local 0 // sun.nio.fs.UnixUserPrincipals$User this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/fs/UnixUserPrincipals$User;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.fs.UnixUserPrincipals$User this
         0: .line 81
            aload 0 /* this */
            getfield sun.nio.fs.UnixUserPrincipals$User.name:Ljava/lang/String;
            areturn
        end local 0 // sun.nio.fs.UnixUserPrincipals$User this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/fs/UnixUserPrincipals$User;

  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.nio.fs.UnixUserPrincipals$User this
        start local 1 // java.lang.Object obj
         0: .line 86
            aload 1 /* obj */
            aload 0 /* this */
            if_acmpne 2
         1: .line 87
            iconst_1
            ireturn
         2: .line 88
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof sun.nio.fs.UnixUserPrincipals$User
            ifne 4
         3: .line 89
            iconst_0
            ireturn
         4: .line 90
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast sun.nio.fs.UnixUserPrincipals$User
            astore 2 /* other */
        start local 2 // sun.nio.fs.UnixUserPrincipals$User other
         5: .line 91
            aload 0 /* this */
            getfield sun.nio.fs.UnixUserPrincipals$User.id:I
            aload 2 /* other */
            getfield sun.nio.fs.UnixUserPrincipals$User.id:I
            if_icmpne 7
         6: .line 92
            aload 0 /* this */
            getfield sun.nio.fs.UnixUserPrincipals$User.isGroup:Z
            aload 2 /* other */
            getfield sun.nio.fs.UnixUserPrincipals$User.isGroup:Z
            if_icmpeq 8
         7: .line 93
      StackMap locals: sun.nio.fs.UnixUserPrincipals$User
      StackMap stack:
            iconst_0
            ireturn
         8: .line 96
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.fs.UnixUserPrincipals$User.id:I
            iconst_m1
            if_icmpne 10
            aload 2 /* other */
            getfield sun.nio.fs.UnixUserPrincipals$User.id:I
            iconst_m1
            if_icmpne 10
         9: .line 97
            aload 0 /* this */
            getfield sun.nio.fs.UnixUserPrincipals$User.name:Ljava/lang/String;
            aload 2 /* other */
            getfield sun.nio.fs.UnixUserPrincipals$User.name:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ireturn
        10: .line 99
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // sun.nio.fs.UnixUserPrincipals$User other
        end local 1 // java.lang.Object obj
        end local 0 // sun.nio.fs.UnixUserPrincipals$User this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Lsun/nio/fs/UnixUserPrincipals$User;
            0   11     1    obj  Ljava/lang/Object;
            5   11     2  other  Lsun/nio/fs/UnixUserPrincipals$User;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.nio.fs.UnixUserPrincipals$User this
         0: .line 104
            aload 0 /* this */
            getfield sun.nio.fs.UnixUserPrincipals$User.id:I
            iconst_m1
            if_icmpeq 1
            aload 0 /* this */
            getfield sun.nio.fs.UnixUserPrincipals$User.id:I
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield sun.nio.fs.UnixUserPrincipals$User.name:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // sun.nio.fs.UnixUserPrincipals$User this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/nio/fs/UnixUserPrincipals$User;
}
SourceFile: "UnixUserPrincipals.java"
NestHost: sun.nio.fs.UnixUserPrincipals
InnerClasses:
  User = sun.nio.fs.UnixUserPrincipals$User of sun.nio.fs.UnixUserPrincipals