public final class org.eclipse.aether.resolution.VersionRangeRequest
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.aether.resolution.VersionRangeRequest
  super_class: java.lang.Object
{
  private org.eclipse.aether.artifact.Artifact artifact;
    descriptor: Lorg/eclipse/aether/artifact/Artifact;
    flags: (0x0002) ACC_PRIVATE

  private java.util.List<org.eclipse.aether.repository.RemoteRepository> repositories;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lorg/eclipse/aether/repository/RemoteRepository;>;

  private java.lang.String context;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private org.eclipse.aether.RequestTrace trace;
    descriptor: Lorg/eclipse/aether/RequestTrace;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.aether.resolution.VersionRangeRequest this
         0: .line 50
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 41
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield org.eclipse.aether.resolution.VersionRangeRequest.repositories:Ljava/util/List;
         2: .line 43
            aload 0 /* this */
            ldc ""
            putfield org.eclipse.aether.resolution.VersionRangeRequest.context:Ljava/lang/String;
         3: .line 53
            return
        end local 0 // org.eclipse.aether.resolution.VersionRangeRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/aether/resolution/VersionRangeRequest;

  public void <init>(org.eclipse.aether.artifact.Artifact, java.util.List<org.eclipse.aether.repository.RemoteRepository>, java.lang.String);
    descriptor: (Lorg/eclipse/aether/artifact/Artifact;Ljava/util/List;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.eclipse.aether.resolution.VersionRangeRequest this
        start local 1 // org.eclipse.aether.artifact.Artifact artifact
        start local 2 // java.util.List repositories
        start local 3 // java.lang.String context
         0: .line 62
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 41
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield org.eclipse.aether.resolution.VersionRangeRequest.repositories:Ljava/util/List;
         2: .line 43
            aload 0 /* this */
            ldc ""
            putfield org.eclipse.aether.resolution.VersionRangeRequest.context:Ljava/lang/String;
         3: .line 64
            aload 0 /* this */
            aload 1 /* artifact */
            invokevirtual org.eclipse.aether.resolution.VersionRangeRequest.setArtifact:(Lorg/eclipse/aether/artifact/Artifact;)Lorg/eclipse/aether/resolution/VersionRangeRequest;
            pop
         4: .line 65
            aload 0 /* this */
            aload 2 /* repositories */
            invokevirtual org.eclipse.aether.resolution.VersionRangeRequest.setRepositories:(Ljava/util/List;)Lorg/eclipse/aether/resolution/VersionRangeRequest;
            pop
         5: .line 66
            aload 0 /* this */
            aload 3 /* context */
            invokevirtual org.eclipse.aether.resolution.VersionRangeRequest.setRequestContext:(Ljava/lang/String;)Lorg/eclipse/aether/resolution/VersionRangeRequest;
            pop
         6: .line 67
            return
        end local 3 // java.lang.String context
        end local 2 // java.util.List repositories
        end local 1 // org.eclipse.aether.artifact.Artifact artifact
        end local 0 // org.eclipse.aether.resolution.VersionRangeRequest this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    7     0          this  Lorg/eclipse/aether/resolution/VersionRangeRequest;
            0    7     1      artifact  Lorg/eclipse/aether/artifact/Artifact;
            0    7     2  repositories  Ljava/util/List<Lorg/eclipse/aether/repository/RemoteRepository;>;
            0    7     3       context  Ljava/lang/String;
    Signature: (Lorg/eclipse/aether/artifact/Artifact;Ljava/util/List<Lorg/eclipse/aether/repository/RemoteRepository;>;Ljava/lang/String;)V
    MethodParameters:
              Name  Flags
      artifact      
      repositories  
      context       

  public org.eclipse.aether.artifact.Artifact getArtifact();
    descriptor: ()Lorg/eclipse/aether/artifact/Artifact;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.aether.resolution.VersionRangeRequest this
         0: .line 76
            aload 0 /* this */
            getfield org.eclipse.aether.resolution.VersionRangeRequest.artifact:Lorg/eclipse/aether/artifact/Artifact;
            areturn
        end local 0 // org.eclipse.aether.resolution.VersionRangeRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/resolution/VersionRangeRequest;

  public org.eclipse.aether.resolution.VersionRangeRequest setArtifact(org.eclipse.aether.artifact.Artifact);
    descriptor: (Lorg/eclipse/aether/artifact/Artifact;)Lorg/eclipse/aether/resolution/VersionRangeRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.aether.resolution.VersionRangeRequest this
        start local 1 // org.eclipse.aether.artifact.Artifact artifact
         0: .line 87
            aload 0 /* this */
            aload 1 /* artifact */
            putfield org.eclipse.aether.resolution.VersionRangeRequest.artifact:Lorg/eclipse/aether/artifact/Artifact;
         1: .line 88
            aload 0 /* this */
            areturn
        end local 1 // org.eclipse.aether.artifact.Artifact artifact
        end local 0 // org.eclipse.aether.resolution.VersionRangeRequest this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/eclipse/aether/resolution/VersionRangeRequest;
            0    2     1  artifact  Lorg/eclipse/aether/artifact/Artifact;
    MethodParameters:
          Name  Flags
      artifact  

  public java.util.List<org.eclipse.aether.repository.RemoteRepository> getRepositories();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.aether.resolution.VersionRangeRequest this
         0: .line 98
            aload 0 /* this */
            getfield org.eclipse.aether.resolution.VersionRangeRequest.repositories:Ljava/util/List;
            areturn
        end local 0 // org.eclipse.aether.resolution.VersionRangeRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/resolution/VersionRangeRequest;
    Signature: ()Ljava/util/List<Lorg/eclipse/aether/repository/RemoteRepository;>;

  public org.eclipse.aether.resolution.VersionRangeRequest setRepositories(java.util.List<org.eclipse.aether.repository.RemoteRepository>);
    descriptor: (Ljava/util/List;)Lorg/eclipse/aether/resolution/VersionRangeRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.aether.resolution.VersionRangeRequest this
        start local 1 // java.util.List repositories
         0: .line 109
            aload 1 /* repositories */
            ifnonnull 3
         1: .line 111
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield org.eclipse.aether.resolution.VersionRangeRequest.repositories:Ljava/util/List;
         2: .line 112
            goto 4
         3: .line 115
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* repositories */
            putfield org.eclipse.aether.resolution.VersionRangeRequest.repositories:Ljava/util/List;
         4: .line 117
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // java.util.List repositories
        end local 0 // org.eclipse.aether.resolution.VersionRangeRequest this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lorg/eclipse/aether/resolution/VersionRangeRequest;
            0    5     1  repositories  Ljava/util/List<Lorg/eclipse/aether/repository/RemoteRepository;>;
    Signature: (Ljava/util/List<Lorg/eclipse/aether/repository/RemoteRepository;>;)Lorg/eclipse/aether/resolution/VersionRangeRequest;
    MethodParameters:
              Name  Flags
      repositories  

  public org.eclipse.aether.resolution.VersionRangeRequest addRepository(org.eclipse.aether.repository.RemoteRepository);
    descriptor: (Lorg/eclipse/aether/repository/RemoteRepository;)Lorg/eclipse/aether/resolution/VersionRangeRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.aether.resolution.VersionRangeRequest this
        start local 1 // org.eclipse.aether.repository.RemoteRepository repository
         0: .line 128
            aload 1 /* repository */
            ifnull 4
         1: .line 130
            aload 0 /* this */
            getfield org.eclipse.aether.resolution.VersionRangeRequest.repositories:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 3
         2: .line 132
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.eclipse.aether.resolution.VersionRangeRequest.repositories:Ljava/util/List;
         3: .line 134
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.aether.resolution.VersionRangeRequest.repositories:Ljava/util/List;
            aload 1 /* repository */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         4: .line 136
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // org.eclipse.aether.repository.RemoteRepository repository
        end local 0 // org.eclipse.aether.resolution.VersionRangeRequest this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lorg/eclipse/aether/resolution/VersionRangeRequest;
            0    5     1  repository  Lorg/eclipse/aether/repository/RemoteRepository;
    MethodParameters:
            Name  Flags
      repository  

  public java.lang.String getRequestContext();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.aether.resolution.VersionRangeRequest this
         0: .line 146
            aload 0 /* this */
            getfield org.eclipse.aether.resolution.VersionRangeRequest.context:Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.aether.resolution.VersionRangeRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/resolution/VersionRangeRequest;

  public org.eclipse.aether.resolution.VersionRangeRequest setRequestContext(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/eclipse/aether/resolution/VersionRangeRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.aether.resolution.VersionRangeRequest this
        start local 1 // java.lang.String context
         0: .line 157
            aload 0 /* this */
            aload 1 /* context */
            ifnull 1
            aload 1 /* context */
            goto 2
      StackMap locals:
      StackMap stack: org.eclipse.aether.resolution.VersionRangeRequest
         1: ldc ""
      StackMap locals: org.eclipse.aether.resolution.VersionRangeRequest java.lang.String
      StackMap stack: org.eclipse.aether.resolution.VersionRangeRequest java.lang.String
         2: putfield org.eclipse.aether.resolution.VersionRangeRequest.context:Ljava/lang/String;
         3: .line 158
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String context
        end local 0 // org.eclipse.aether.resolution.VersionRangeRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/eclipse/aether/resolution/VersionRangeRequest;
            0    4     1  context  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      context  

  public org.eclipse.aether.RequestTrace getTrace();
    descriptor: ()Lorg/eclipse/aether/RequestTrace;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.aether.resolution.VersionRangeRequest this
         0: .line 168
            aload 0 /* this */
            getfield org.eclipse.aether.resolution.VersionRangeRequest.trace:Lorg/eclipse/aether/RequestTrace;
            areturn
        end local 0 // org.eclipse.aether.resolution.VersionRangeRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/resolution/VersionRangeRequest;

  public org.eclipse.aether.resolution.VersionRangeRequest setTrace(org.eclipse.aether.RequestTrace);
    descriptor: (Lorg/eclipse/aether/RequestTrace;)Lorg/eclipse/aether/resolution/VersionRangeRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.aether.resolution.VersionRangeRequest this
        start local 1 // org.eclipse.aether.RequestTrace trace
         0: .line 179
            aload 0 /* this */
            aload 1 /* trace */
            putfield org.eclipse.aether.resolution.VersionRangeRequest.trace:Lorg/eclipse/aether/RequestTrace;
         1: .line 180
            aload 0 /* this */
            areturn
        end local 1 // org.eclipse.aether.RequestTrace trace
        end local 0 // org.eclipse.aether.resolution.VersionRangeRequest this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/eclipse/aether/resolution/VersionRangeRequest;
            0    2     1  trace  Lorg/eclipse/aether/RequestTrace;
    MethodParameters:
       Name  Flags
      trace  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.aether.resolution.VersionRangeRequest this
         0: .line 186
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 0 /* this */
            invokevirtual org.eclipse.aether.resolution.VersionRangeRequest.getArtifact:()Lorg/eclipse/aether/artifact/Artifact;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " < "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual org.eclipse.aether.resolution.VersionRangeRequest.getRepositories:()Ljava/util/List;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.aether.resolution.VersionRangeRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/resolution/VersionRangeRequest;
}
SourceFile: "VersionRangeRequest.java"