public final class org.eclipse.aether.version.VersionRange$Bound
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.aether.version.VersionRange$Bound
  super_class: java.lang.Object
{
  private final org.eclipse.aether.version.Version version;
    descriptor: Lorg/eclipse/aether/version/Version;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  public void <init>(org.eclipse.aether.version.Version, boolean);
    descriptor: (Lorg/eclipse/aether/version/Version;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.aether.version.VersionRange$Bound this
        start local 1 // org.eclipse.aether.version.Version version
        start local 2 // boolean inclusive
         0: .line 70
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 72
            aload 0 /* this */
            aload 1 /* version */
            ldc "version cannot be null"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast org.eclipse.aether.version.Version
            putfield org.eclipse.aether.version.VersionRange$Bound.version:Lorg/eclipse/aether/version/Version;
         2: .line 73
            aload 0 /* this */
            iload 2 /* inclusive */
            putfield org.eclipse.aether.version.VersionRange$Bound.inclusive:Z
         3: .line 74
            return
        end local 2 // boolean inclusive
        end local 1 // org.eclipse.aether.version.Version version
        end local 0 // org.eclipse.aether.version.VersionRange$Bound this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/eclipse/aether/version/VersionRange$Bound;
            0    4     1    version  Lorg/eclipse/aether/version/Version;
            0    4     2  inclusive  Z
    MethodParameters:
           Name  Flags
      version    
      inclusive  

  public org.eclipse.aether.version.Version getVersion();
    descriptor: ()Lorg/eclipse/aether/version/Version;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.aether.version.VersionRange$Bound this
         0: .line 83
            aload 0 /* this */
            getfield org.eclipse.aether.version.VersionRange$Bound.version:Lorg/eclipse/aether/version/Version;
            areturn
        end local 0 // org.eclipse.aether.version.VersionRange$Bound this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/version/VersionRange$Bound;

  public boolean isInclusive();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.aether.version.VersionRange$Bound this
         0: .line 93
            aload 0 /* this */
            getfield org.eclipse.aether.version.VersionRange$Bound.inclusive:Z
            ireturn
        end local 0 // org.eclipse.aether.version.VersionRange$Bound this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/version/VersionRange$Bound;

  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.version.VersionRange$Bound this
        start local 1 // java.lang.Object obj
         0: .line 99
            aload 1 /* obj */
            aload 0 /* this */
            if_acmpne 2
         1: .line 101
            iconst_1
            ireturn
         2: .line 103
      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 105
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         4: .line 108
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast org.eclipse.aether.version.VersionRange$Bound
            astore 2 /* that */
        start local 2 // org.eclipse.aether.version.VersionRange$Bound that
         5: .line 109
            aload 0 /* this */
            getfield org.eclipse.aether.version.VersionRange$Bound.inclusive:Z
            aload 2 /* that */
            getfield org.eclipse.aether.version.VersionRange$Bound.inclusive:Z
            if_icmpne 6
            aload 0 /* this */
            getfield org.eclipse.aether.version.VersionRange$Bound.version:Lorg/eclipse/aether/version/Version;
            aload 2 /* that */
            getfield org.eclipse.aether.version.VersionRange$Bound.version:Lorg/eclipse/aether/version/Version;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 6
            iconst_1
            ireturn
      StackMap locals: org.eclipse.aether.version.VersionRange$Bound
      StackMap stack:
         6: iconst_0
            ireturn
        end local 2 // org.eclipse.aether.version.VersionRange$Bound that
        end local 1 // java.lang.Object obj
        end local 0 // org.eclipse.aether.version.VersionRange$Bound this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/aether/version/VersionRange$Bound;
            0    7     1   obj  Ljava/lang/Object;
            5    7     2  that  Lorg/eclipse/aether/version/VersionRange$Bound;
    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.version.VersionRange$Bound this
         0: .line 115
            bipush 17
            istore 1 /* hash */
        start local 1 // int hash
         1: .line 116
            iload 1 /* hash */
            bipush 31
            imul
            aload 0 /* this */
            getfield org.eclipse.aether.version.VersionRange$Bound.version:Lorg/eclipse/aether/version/Version;
            invokevirtual java.lang.Object.hashCode:()I
            iadd
            istore 1 /* hash */
         2: .line 117
            iload 1 /* hash */
            bipush 31
            imul
            aload 0 /* this */
            getfield org.eclipse.aether.version.VersionRange$Bound.inclusive:Z
            ifeq 3
            iconst_1
            goto 4
      StackMap locals: org.eclipse.aether.version.VersionRange$Bound int
      StackMap stack: int
         3: iconst_0
      StackMap locals: org.eclipse.aether.version.VersionRange$Bound int
      StackMap stack: int int
         4: iadd
            istore 1 /* hash */
         5: .line 118
            iload 1 /* hash */
            ireturn
        end local 1 // int hash
        end local 0 // org.eclipse.aether.version.VersionRange$Bound this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/aether/version/VersionRange$Bound;
            1    6     1  hash  I

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.aether.version.VersionRange$Bound this
         0: .line 124
            aload 0 /* this */
            getfield org.eclipse.aether.version.VersionRange$Bound.version:Lorg/eclipse/aether/version/Version;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.aether.version.VersionRange$Bound this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/version/VersionRange$Bound;
}
SourceFile: "VersionRange.java"
NestHost: org.eclipse.aether.version.VersionRange
InnerClasses:
  public final Bound = org.eclipse.aether.version.VersionRange$Bound of org.eclipse.aether.version.VersionRange