public final class org.eclipse.aether.util.graph.selector.OptionalDependencySelector implements org.eclipse.aether.collection.DependencySelector
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.aether.util.graph.selector.OptionalDependencySelector
  super_class: java.lang.Object
{
  private final int depth;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.aether.util.graph.selector.OptionalDependencySelector this
         0: .line 40
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 42
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.aether.util.graph.selector.OptionalDependencySelector.depth:I
         2: .line 43
            return
        end local 0 // org.eclipse.aether.util.graph.selector.OptionalDependencySelector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/aether/util/graph/selector/OptionalDependencySelector;

  private void <init>(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.aether.util.graph.selector.OptionalDependencySelector this
        start local 1 // int depth
         0: .line 45
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 47
            aload 0 /* this */
            iload 1 /* depth */
            putfield org.eclipse.aether.util.graph.selector.OptionalDependencySelector.depth:I
         2: .line 48
            return
        end local 1 // int depth
        end local 0 // org.eclipse.aether.util.graph.selector.OptionalDependencySelector this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/eclipse/aether/util/graph/selector/OptionalDependencySelector;
            0    3     1  depth  I
    MethodParameters:
       Name  Flags
      depth  

  public boolean selectDependency(org.eclipse.aether.graph.Dependency);
    descriptor: (Lorg/eclipse/aether/graph/Dependency;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.aether.util.graph.selector.OptionalDependencySelector this
        start local 1 // org.eclipse.aether.graph.Dependency dependency
         0: .line 52
            aload 0 /* this */
            getfield org.eclipse.aether.util.graph.selector.OptionalDependencySelector.depth:I
            iconst_2
            if_icmplt 1
            aload 1 /* dependency */
            invokevirtual org.eclipse.aether.graph.Dependency.isOptional:()Z
            ifeq 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 1 // org.eclipse.aether.graph.Dependency dependency
        end local 0 // org.eclipse.aether.util.graph.selector.OptionalDependencySelector this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/eclipse/aether/util/graph/selector/OptionalDependencySelector;
            0    2     1  dependency  Lorg/eclipse/aether/graph/Dependency;
    MethodParameters:
            Name  Flags
      dependency  

  public org.eclipse.aether.collection.DependencySelector deriveChildSelector(org.eclipse.aether.collection.DependencyCollectionContext);
    descriptor: (Lorg/eclipse/aether/collection/DependencyCollectionContext;)Lorg/eclipse/aether/collection/DependencySelector;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.aether.util.graph.selector.OptionalDependencySelector this
        start local 1 // org.eclipse.aether.collection.DependencyCollectionContext context
         0: .line 57
            aload 0 /* this */
            getfield org.eclipse.aether.util.graph.selector.OptionalDependencySelector.depth:I
            iconst_2
            if_icmplt 2
         1: .line 59
            aload 0 /* this */
            areturn
         2: .line 62
      StackMap locals:
      StackMap stack:
            new org.eclipse.aether.util.graph.selector.OptionalDependencySelector
            dup
            aload 0 /* this */
            getfield org.eclipse.aether.util.graph.selector.OptionalDependencySelector.depth:I
            iconst_1
            iadd
            invokespecial org.eclipse.aether.util.graph.selector.OptionalDependencySelector.<init>:(I)V
            areturn
        end local 1 // org.eclipse.aether.collection.DependencyCollectionContext context
        end local 0 // org.eclipse.aether.util.graph.selector.OptionalDependencySelector this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/eclipse/aether/util/graph/selector/OptionalDependencySelector;
            0    3     1  context  Lorg/eclipse/aether/collection/DependencyCollectionContext;
    MethodParameters:
         Name  Flags
      context  

  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 // org.eclipse.aether.util.graph.selector.OptionalDependencySelector this
        start local 1 // java.lang.Object obj
         0: .line 68
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 70
            iconst_1
            ireturn
         2: .line 72
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            ifnull 3
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* obj */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 4
         3: .line 74
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         4: .line 77
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast org.eclipse.aether.util.graph.selector.OptionalDependencySelector
            astore 2 /* that */
        start local 2 // org.eclipse.aether.util.graph.selector.OptionalDependencySelector that
         5: .line 78
            aload 0 /* this */
            getfield org.eclipse.aether.util.graph.selector.OptionalDependencySelector.depth:I
            aload 2 /* that */
            getfield org.eclipse.aether.util.graph.selector.OptionalDependencySelector.depth:I
            if_icmpne 6
            iconst_1
            ireturn
      StackMap locals: org.eclipse.aether.util.graph.selector.OptionalDependencySelector
      StackMap stack:
         6: iconst_0
            ireturn
        end local 2 // org.eclipse.aether.util.graph.selector.OptionalDependencySelector that
        end local 1 // java.lang.Object obj
        end local 0 // org.eclipse.aether.util.graph.selector.OptionalDependencySelector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/aether/util/graph/selector/OptionalDependencySelector;
            0    7     1   obj  Ljava/lang/Object;
            5    7     2  that  Lorg/eclipse/aether/util/graph/selector/OptionalDependencySelector;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.aether.util.graph.selector.OptionalDependencySelector this
         0: .line 84
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Object.hashCode:()I
            istore 1 /* hash */
        start local 1 // int hash
         1: .line 85
            iload 1 /* hash */
            bipush 31
            imul
            aload 0 /* this */
            getfield org.eclipse.aether.util.graph.selector.OptionalDependencySelector.depth:I
            iadd
            istore 1 /* hash */
         2: .line 86
            iload 1 /* hash */
            ireturn
        end local 1 // int hash
        end local 0 // org.eclipse.aether.util.graph.selector.OptionalDependencySelector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/aether/util/graph/selector/OptionalDependencySelector;
            1    3     1  hash  I
}
SourceFile: "OptionalDependencySelector.java"