public class org.eclipse.jgit.treewalk.FileTreeIterator$NoGitlinksStrategy implements org.eclipse.jgit.treewalk.FileTreeIterator$FileModeStrategy
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jgit.treewalk.FileTreeIterator$NoGitlinksStrategy
  super_class: java.lang.Object
{
  public static final org.eclipse.jgit.treewalk.FileTreeIterator$NoGitlinksStrategy INSTANCE;
    descriptor: Lorg/eclipse/jgit/treewalk/FileTreeIterator$NoGitlinksStrategy;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 312
            new org.eclipse.jgit.treewalk.FileTreeIterator$NoGitlinksStrategy
            dup
            invokespecial org.eclipse.jgit.treewalk.FileTreeIterator$NoGitlinksStrategy.<init>:()V
            putstatic org.eclipse.jgit.treewalk.FileTreeIterator$NoGitlinksStrategy.INSTANCE:Lorg/eclipse/jgit/treewalk/FileTreeIterator$NoGitlinksStrategy;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.treewalk.FileTreeIterator$NoGitlinksStrategy this
         0: .line 307
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.jgit.treewalk.FileTreeIterator$NoGitlinksStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/treewalk/FileTreeIterator$NoGitlinksStrategy;

  public org.eclipse.jgit.lib.FileMode getMode(java.io.File, org.eclipse.jgit.util.FS$Attributes);
    descriptor: (Ljava/io/File;Lorg/eclipse/jgit/util/FS$Attributes;)Lorg/eclipse/jgit/lib/FileMode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.eclipse.jgit.treewalk.FileTreeIterator$NoGitlinksStrategy this
        start local 1 // java.io.File f
        start local 2 // org.eclipse.jgit.util.FS$Attributes attributes
         0: .line 316
            aload 2 /* attributes */
            invokevirtual org.eclipse.jgit.util.FS$Attributes.isSymbolicLink:()Z
            ifeq 2
         1: .line 317
            getstatic org.eclipse.jgit.lib.FileMode.SYMLINK:Lorg/eclipse/jgit/lib/FileMode;
            areturn
         2: .line 318
      StackMap locals:
      StackMap stack:
            aload 2 /* attributes */
            invokevirtual org.eclipse.jgit.util.FS$Attributes.isDirectory:()Z
            ifeq 4
         3: .line 319
            getstatic org.eclipse.jgit.lib.FileMode.TREE:Lorg/eclipse/jgit/lib/FileMode;
            areturn
         4: .line 320
      StackMap locals:
      StackMap stack:
            aload 2 /* attributes */
            invokevirtual org.eclipse.jgit.util.FS$Attributes.isExecutable:()Z
            ifeq 6
         5: .line 321
            getstatic org.eclipse.jgit.lib.FileMode.EXECUTABLE_FILE:Lorg/eclipse/jgit/lib/FileMode;
            areturn
         6: .line 323
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jgit.lib.FileMode.REGULAR_FILE:Lorg/eclipse/jgit/lib/FileMode;
            areturn
        end local 2 // org.eclipse.jgit.util.FS$Attributes attributes
        end local 1 // java.io.File f
        end local 0 // org.eclipse.jgit.treewalk.FileTreeIterator$NoGitlinksStrategy this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lorg/eclipse/jgit/treewalk/FileTreeIterator$NoGitlinksStrategy;
            0    7     1           f  Ljava/io/File;
            0    7     2  attributes  Lorg/eclipse/jgit/util/FS$Attributes;
    MethodParameters:
            Name  Flags
      f           
      attributes  
}
SourceFile: "FileTreeIterator.java"
NestHost: org.eclipse.jgit.treewalk.FileTreeIterator
InnerClasses:
  public abstract FileModeStrategy = org.eclipse.jgit.treewalk.FileTreeIterator$FileModeStrategy of org.eclipse.jgit.treewalk.FileTreeIterator
  public NoGitlinksStrategy = org.eclipse.jgit.treewalk.FileTreeIterator$NoGitlinksStrategy of org.eclipse.jgit.treewalk.FileTreeIterator
  public Attributes = org.eclipse.jgit.util.FS$Attributes of org.eclipse.jgit.util.FS