public class org.eclipse.jgit.util.FS$Attributes
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jgit.util.FS$Attributes
  super_class: java.lang.Object
{
  private final boolean isDirectory;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

  private final long creationTime;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.time.Instant lastModifiedInstant;
    descriptor: Ljava/time/Instant;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private final java.io.File file;
    descriptor: Ljava/io/File;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  protected long length;
    descriptor: J
    flags: (0x0004) ACC_PROTECTED

  final org.eclipse.jgit.util.FS fs;
    descriptor: Lorg/eclipse/jgit/util/FS;
    flags: (0x0010) ACC_FINAL

  public boolean isDirectory();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.util.FS$Attributes this
         0: .line 2266
            aload 0 /* this */
            getfield org.eclipse.jgit.util.FS$Attributes.isDirectory:Z
            ireturn
        end local 0 // org.eclipse.jgit.util.FS$Attributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/util/FS$Attributes;

  public boolean isExecutable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.util.FS$Attributes this
         0: .line 2273
            aload 0 /* this */
            getfield org.eclipse.jgit.util.FS$Attributes.isExecutable:Z
            ireturn
        end local 0 // org.eclipse.jgit.util.FS$Attributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/util/FS$Attributes;

  public boolean isSymbolicLink();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.util.FS$Attributes this
         0: .line 2280
            aload 0 /* this */
            getfield org.eclipse.jgit.util.FS$Attributes.isSymbolicLink:Z
            ireturn
        end local 0 // org.eclipse.jgit.util.FS$Attributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/util/FS$Attributes;

  public boolean isRegularFile();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.util.FS$Attributes this
         0: .line 2287
            aload 0 /* this */
            getfield org.eclipse.jgit.util.FS$Attributes.isRegularFile:Z
            ireturn
        end local 0 // org.eclipse.jgit.util.FS$Attributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/util/FS$Attributes;

  public long getCreationTime();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.util.FS$Attributes this
         0: .line 2294
            aload 0 /* this */
            getfield org.eclipse.jgit.util.FS$Attributes.creationTime:J
            lreturn
        end local 0 // org.eclipse.jgit.util.FS$Attributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/util/FS$Attributes;

  public long getLastModifiedTime();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.util.FS$Attributes this
         0: .line 2304
            aload 0 /* this */
            getfield org.eclipse.jgit.util.FS$Attributes.lastModifiedInstant:Ljava/time/Instant;
            invokevirtual java.time.Instant.toEpochMilli:()J
            lreturn
        end local 0 // org.eclipse.jgit.util.FS$Attributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/util/FS$Attributes;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public java.time.Instant getLastModifiedInstant();
    descriptor: ()Ljava/time/Instant;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.util.FS$Attributes this
         0: .line 2312
            aload 0 /* this */
            getfield org.eclipse.jgit.util.FS$Attributes.lastModifiedInstant:Ljava/time/Instant;
            areturn
        end local 0 // org.eclipse.jgit.util.FS$Attributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/util/FS$Attributes;

  void <init>(org.eclipse.jgit.util.FS, java.io.File, boolean, boolean, boolean, boolean, boolean, long, java.time.Instant, long);
    descriptor: (Lorg/eclipse/jgit/util/FS;Ljava/io/File;ZZZZZJLjava/time/Instant;J)V
    flags: (0x0000) 
    Code:
      stack=3, locals=13, args_size=11
        start local 0 // org.eclipse.jgit.util.FS$Attributes this
        start local 1 // org.eclipse.jgit.util.FS fs
        start local 2 // java.io.File file
        start local 3 // boolean exists
        start local 4 // boolean isDirectory
        start local 5 // boolean isExecutable
        start local 6 // boolean isSymbolicLink
        start local 7 // boolean isRegularFile
        start local 8 // long creationTime
        start local 10 // java.time.Instant lastModifiedInstant
        start local 11 // long length
         0: .line 2338
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 2334
            aload 0 /* this */
            ldc -1
            putfield org.eclipse.jgit.util.FS$Attributes.length:J
         2: .line 2342
            aload 0 /* this */
            aload 1 /* fs */
            putfield org.eclipse.jgit.util.FS$Attributes.fs:Lorg/eclipse/jgit/util/FS;
         3: .line 2343
            aload 0 /* this */
            aload 2 /* file */
            putfield org.eclipse.jgit.util.FS$Attributes.file:Ljava/io/File;
         4: .line 2344
            aload 0 /* this */
            iload 3 /* exists */
            putfield org.eclipse.jgit.util.FS$Attributes.exists:Z
         5: .line 2345
            aload 0 /* this */
            iload 4 /* isDirectory */
            putfield org.eclipse.jgit.util.FS$Attributes.isDirectory:Z
         6: .line 2346
            aload 0 /* this */
            iload 5 /* isExecutable */
            putfield org.eclipse.jgit.util.FS$Attributes.isExecutable:Z
         7: .line 2347
            aload 0 /* this */
            iload 6 /* isSymbolicLink */
            putfield org.eclipse.jgit.util.FS$Attributes.isSymbolicLink:Z
         8: .line 2348
            aload 0 /* this */
            iload 7 /* isRegularFile */
            putfield org.eclipse.jgit.util.FS$Attributes.isRegularFile:Z
         9: .line 2349
            aload 0 /* this */
            lload 8 /* creationTime */
            putfield org.eclipse.jgit.util.FS$Attributes.creationTime:J
        10: .line 2350
            aload 0 /* this */
            aload 10 /* lastModifiedInstant */
            putfield org.eclipse.jgit.util.FS$Attributes.lastModifiedInstant:Ljava/time/Instant;
        11: .line 2351
            aload 0 /* this */
            lload 11 /* length */
            putfield org.eclipse.jgit.util.FS$Attributes.length:J
        12: .line 2352
            return
        end local 11 // long length
        end local 10 // java.time.Instant lastModifiedInstant
        end local 8 // long creationTime
        end local 7 // boolean isRegularFile
        end local 6 // boolean isSymbolicLink
        end local 5 // boolean isExecutable
        end local 4 // boolean isDirectory
        end local 3 // boolean exists
        end local 2 // java.io.File file
        end local 1 // org.eclipse.jgit.util.FS fs
        end local 0 // org.eclipse.jgit.util.FS$Attributes this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   13     0                 this  Lorg/eclipse/jgit/util/FS$Attributes;
            0   13     1                   fs  Lorg/eclipse/jgit/util/FS;
            0   13     2                 file  Ljava/io/File;
            0   13     3               exists  Z
            0   13     4          isDirectory  Z
            0   13     5         isExecutable  Z
            0   13     6       isSymbolicLink  Z
            0   13     7        isRegularFile  Z
            0   13     8         creationTime  J
            0   13    10  lastModifiedInstant  Ljava/time/Instant;
            0   13    11               length  J
    MethodParameters:
                     Name  Flags
      fs                   
      file                 
      exists               
      isDirectory          
      isExecutable         
      isSymbolicLink       
      isRegularFile        
      creationTime         
      lastModifiedInstant  
      length               

  public void <init>(java.io.File, org.eclipse.jgit.util.FS);
    descriptor: (Ljava/io/File;Lorg/eclipse/jgit/util/FS;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=13, locals=3, args_size=3
        start local 0 // org.eclipse.jgit.util.FS$Attributes this
        start local 1 // java.io.File path
        start local 2 // org.eclipse.jgit.util.FS fs
         0: .line 2362
            aload 0 /* this */
            aload 2 /* fs */
            aload 1 /* path */
            iconst_0
            iconst_0
            iconst_0
            iconst_0
            iconst_0
            lconst_0
            getstatic java.time.Instant.EPOCH:Ljava/time/Instant;
            lconst_0
            invokespecial org.eclipse.jgit.util.FS$Attributes.<init>:(Lorg/eclipse/jgit/util/FS;Ljava/io/File;ZZZZZJLjava/time/Instant;J)V
         1: .line 2363
            return
        end local 2 // org.eclipse.jgit.util.FS fs
        end local 1 // java.io.File path
        end local 0 // org.eclipse.jgit.util.FS$Attributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jgit/util/FS$Attributes;
            0    2     1  path  Ljava/io/File;
            0    2     2    fs  Lorg/eclipse/jgit/util/FS;
    MethodParameters:
      Name  Flags
      path  
      fs    

  public long getLength();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.util.FS$Attributes this
         0: .line 2369
            aload 0 /* this */
            getfield org.eclipse.jgit.util.FS$Attributes.length:J
            ldc -1
            lcmp
            ifne 2
         1: .line 2370
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.FS$Attributes.file:Ljava/io/File;
            invokevirtual java.io.File.length:()J
            dup2_x1
            putfield org.eclipse.jgit.util.FS$Attributes.length:J
            lreturn
         2: .line 2371
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jgit.util.FS$Attributes.length:J
            lreturn
        end local 0 // org.eclipse.jgit.util.FS$Attributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jgit/util/FS$Attributes;

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.util.FS$Attributes this
         0: .line 2378
            aload 0 /* this */
            getfield org.eclipse.jgit.util.FS$Attributes.file:Ljava/io/File;
            invokevirtual java.io.File.getName:()Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jgit.util.FS$Attributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/util/FS$Attributes;

  public java.io.File getFile();
    descriptor: ()Ljava/io/File;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.util.FS$Attributes this
         0: .line 2385
            aload 0 /* this */
            getfield org.eclipse.jgit.util.FS$Attributes.file:Ljava/io/File;
            areturn
        end local 0 // org.eclipse.jgit.util.FS$Attributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/util/FS$Attributes;

  boolean exists();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.util.FS$Attributes this
         0: .line 2389
            aload 0 /* this */
            getfield org.eclipse.jgit.util.FS$Attributes.exists:Z
            ireturn
        end local 0 // org.eclipse.jgit.util.FS$Attributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/util/FS$Attributes;
}
SourceFile: "FS.java"
NestHost: org.eclipse.jgit.util.FS
InnerClasses:
  public Attributes = org.eclipse.jgit.util.FS$Attributes of org.eclipse.jgit.util.FS