public class org.apache.commons.vfs2.FileDepthSelector implements org.apache.commons.vfs2.FileSelector
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.vfs2.FileDepthSelector
  super_class: java.lang.Object
{
  private final int minDepth;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int maxDepth;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.commons.vfs2.FileDepthSelector this
        start local 1 // int minDepth
        start local 2 // int maxDepth
         0: .line 40
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 41
            aload 0 /* this */
            iload 1 /* minDepth */
            putfield org.apache.commons.vfs2.FileDepthSelector.minDepth:I
         2: .line 42
            aload 0 /* this */
            iload 2 /* maxDepth */
            putfield org.apache.commons.vfs2.FileDepthSelector.maxDepth:I
         3: .line 43
            return
        end local 2 // int maxDepth
        end local 1 // int minDepth
        end local 0 // org.apache.commons.vfs2.FileDepthSelector this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/apache/commons/vfs2/FileDepthSelector;
            0    4     1  minDepth  I
            0    4     2  maxDepth  I
    MethodParameters:
          Name  Flags
      minDepth  final
      maxDepth  final

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.commons.vfs2.FileDepthSelector this
        start local 1 // int minMaxDepth
         0: .line 52
            aload 0 /* this */
            iload 1 /* minMaxDepth */
            iload 1 /* minMaxDepth */
            invokespecial org.apache.commons.vfs2.FileDepthSelector.<init>:(II)V
         1: .line 53
            return
        end local 1 // int minMaxDepth
        end local 0 // org.apache.commons.vfs2.FileDepthSelector this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/apache/commons/vfs2/FileDepthSelector;
            0    2     1  minMaxDepth  I
    MethodParameters:
             Name  Flags
      minMaxDepth  final

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.commons.vfs2.FileDepthSelector this
         0: .line 61
            aload 0 /* this */
            iconst_0
            iconst_0
            invokespecial org.apache.commons.vfs2.FileDepthSelector.<init>:(II)V
         1: .line 62
            return
        end local 0 // org.apache.commons.vfs2.FileDepthSelector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/vfs2/FileDepthSelector;

  public boolean includeFile(org.apache.commons.vfs2.FileSelectInfo);
    descriptor: (Lorg/apache/commons/vfs2/FileSelectInfo;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.commons.vfs2.FileDepthSelector this
        start local 1 // org.apache.commons.vfs2.FileSelectInfo fileInfo
         0: .line 72
            aload 1 /* fileInfo */
            invokeinterface org.apache.commons.vfs2.FileSelectInfo.getDepth:()I
            istore 2 /* depth */
        start local 2 // int depth
         1: .line 73
            aload 0 /* this */
            getfield org.apache.commons.vfs2.FileDepthSelector.minDepth:I
            iload 2 /* depth */
            if_icmpgt 2
            iload 2 /* depth */
            aload 0 /* this */
            getfield org.apache.commons.vfs2.FileDepthSelector.maxDepth:I
            if_icmpgt 2
            iconst_1
            ireturn
      StackMap locals: int
      StackMap stack:
         2: iconst_0
            ireturn
        end local 2 // int depth
        end local 1 // org.apache.commons.vfs2.FileSelectInfo fileInfo
        end local 0 // org.apache.commons.vfs2.FileDepthSelector this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/apache/commons/vfs2/FileDepthSelector;
            0    3     1  fileInfo  Lorg/apache/commons/vfs2/FileSelectInfo;
            1    3     2     depth  I
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
          Name  Flags
      fileInfo  final

  public boolean traverseDescendents(org.apache.commons.vfs2.FileSelectInfo);
    descriptor: (Lorg/apache/commons/vfs2/FileSelectInfo;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.vfs2.FileDepthSelector this
        start local 1 // org.apache.commons.vfs2.FileSelectInfo fileInfo
         0: .line 84
            aload 1 /* fileInfo */
            invokeinterface org.apache.commons.vfs2.FileSelectInfo.getDepth:()I
            aload 0 /* this */
            getfield org.apache.commons.vfs2.FileDepthSelector.maxDepth:I
            if_icmpge 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // org.apache.commons.vfs2.FileSelectInfo fileInfo
        end local 0 // org.apache.commons.vfs2.FileDepthSelector this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/apache/commons/vfs2/FileDepthSelector;
            0    2     1  fileInfo  Lorg/apache/commons/vfs2/FileSelectInfo;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
          Name  Flags
      fileInfo  final
}
SourceFile: "FileDepthSelector.java"