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

  private org.eclipse.aether.graph.DependencyNode node;
    descriptor: Lorg/eclipse/aether/graph/DependencyNode;
    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.ArtifactRequest this
         0: .line 54
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 45
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield org.eclipse.aether.resolution.ArtifactRequest.repositories:Ljava/util/List;
         2: .line 47
            aload 0 /* this */
            ldc ""
            putfield org.eclipse.aether.resolution.ArtifactRequest.context:Ljava/lang/String;
         3: .line 57
            return
        end local 0 // org.eclipse.aether.resolution.ArtifactRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/aether/resolution/ArtifactRequest;

  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.ArtifactRequest 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 66
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 45
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield org.eclipse.aether.resolution.ArtifactRequest.repositories:Ljava/util/List;
         2: .line 47
            aload 0 /* this */
            ldc ""
            putfield org.eclipse.aether.resolution.ArtifactRequest.context:Ljava/lang/String;
         3: .line 68
            aload 0 /* this */
            aload 1 /* artifact */
            invokevirtual org.eclipse.aether.resolution.ArtifactRequest.setArtifact:(Lorg/eclipse/aether/artifact/Artifact;)Lorg/eclipse/aether/resolution/ArtifactRequest;
            pop
         4: .line 69
            aload 0 /* this */
            aload 2 /* repositories */
            invokevirtual org.eclipse.aether.resolution.ArtifactRequest.setRepositories:(Ljava/util/List;)Lorg/eclipse/aether/resolution/ArtifactRequest;
            pop
         5: .line 70
            aload 0 /* this */
            aload 3 /* context */
            invokevirtual org.eclipse.aether.resolution.ArtifactRequest.setRequestContext:(Ljava/lang/String;)Lorg/eclipse/aether/resolution/ArtifactRequest;
            pop
         6: .line 71
            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.ArtifactRequest this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    7     0          this  Lorg/eclipse/aether/resolution/ArtifactRequest;
            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 void <init>(org.eclipse.aether.graph.DependencyNode);
    descriptor: (Lorg/eclipse/aether/graph/DependencyNode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.aether.resolution.ArtifactRequest this
        start local 1 // org.eclipse.aether.graph.DependencyNode node
         0: .line 78
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 45
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield org.eclipse.aether.resolution.ArtifactRequest.repositories:Ljava/util/List;
         2: .line 47
            aload 0 /* this */
            ldc ""
            putfield org.eclipse.aether.resolution.ArtifactRequest.context:Ljava/lang/String;
         3: .line 80
            aload 0 /* this */
            aload 1 /* node */
            invokevirtual org.eclipse.aether.resolution.ArtifactRequest.setDependencyNode:(Lorg/eclipse/aether/graph/DependencyNode;)Lorg/eclipse/aether/resolution/ArtifactRequest;
            pop
         4: .line 81
            aload 0 /* this */
            aload 1 /* node */
            invokeinterface org.eclipse.aether.graph.DependencyNode.getRepositories:()Ljava/util/List;
            invokevirtual org.eclipse.aether.resolution.ArtifactRequest.setRepositories:(Ljava/util/List;)Lorg/eclipse/aether/resolution/ArtifactRequest;
            pop
         5: .line 82
            aload 0 /* this */
            aload 1 /* node */
            invokeinterface org.eclipse.aether.graph.DependencyNode.getRequestContext:()Ljava/lang/String;
            invokevirtual org.eclipse.aether.resolution.ArtifactRequest.setRequestContext:(Ljava/lang/String;)Lorg/eclipse/aether/resolution/ArtifactRequest;
            pop
         6: .line 83
            return
        end local 1 // org.eclipse.aether.graph.DependencyNode node
        end local 0 // org.eclipse.aether.resolution.ArtifactRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/aether/resolution/ArtifactRequest;
            0    7     1  node  Lorg/eclipse/aether/graph/DependencyNode;
    MethodParameters:
      Name  Flags
      node  

  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.ArtifactRequest this
         0: .line 92
            aload 0 /* this */
            getfield org.eclipse.aether.resolution.ArtifactRequest.artifact:Lorg/eclipse/aether/artifact/Artifact;
            areturn
        end local 0 // org.eclipse.aether.resolution.ArtifactRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/resolution/ArtifactRequest;

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

  public org.eclipse.aether.graph.DependencyNode getDependencyNode();
    descriptor: ()Lorg/eclipse/aether/graph/DependencyNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.aether.resolution.ArtifactRequest this
         0: .line 114
            aload 0 /* this */
            getfield org.eclipse.aether.resolution.ArtifactRequest.node:Lorg/eclipse/aether/graph/DependencyNode;
            areturn
        end local 0 // org.eclipse.aether.resolution.ArtifactRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/resolution/ArtifactRequest;

  public org.eclipse.aether.resolution.ArtifactRequest setDependencyNode(org.eclipse.aether.graph.DependencyNode);
    descriptor: (Lorg/eclipse/aether/graph/DependencyNode;)Lorg/eclipse/aether/resolution/ArtifactRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.aether.resolution.ArtifactRequest this
        start local 1 // org.eclipse.aether.graph.DependencyNode node
         0: .line 125
            aload 0 /* this */
            aload 1 /* node */
            putfield org.eclipse.aether.resolution.ArtifactRequest.node:Lorg/eclipse/aether/graph/DependencyNode;
         1: .line 126
            aload 1 /* node */
            ifnull 3
         2: .line 128
            aload 0 /* this */
            aload 1 /* node */
            invokeinterface org.eclipse.aether.graph.DependencyNode.getDependency:()Lorg/eclipse/aether/graph/Dependency;
            invokevirtual org.eclipse.aether.graph.Dependency.getArtifact:()Lorg/eclipse/aether/artifact/Artifact;
            invokevirtual org.eclipse.aether.resolution.ArtifactRequest.setArtifact:(Lorg/eclipse/aether/artifact/Artifact;)Lorg/eclipse/aether/resolution/ArtifactRequest;
            pop
         3: .line 130
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // org.eclipse.aether.graph.DependencyNode node
        end local 0 // org.eclipse.aether.resolution.ArtifactRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/aether/resolution/ArtifactRequest;
            0    4     1  node  Lorg/eclipse/aether/graph/DependencyNode;
    MethodParameters:
      Name  Flags
      node  

  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.ArtifactRequest this
         0: .line 140
            aload 0 /* this */
            getfield org.eclipse.aether.resolution.ArtifactRequest.repositories:Ljava/util/List;
            areturn
        end local 0 // org.eclipse.aether.resolution.ArtifactRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/resolution/ArtifactRequest;
    Signature: ()Ljava/util/List<Lorg/eclipse/aether/repository/RemoteRepository;>;

  public org.eclipse.aether.resolution.ArtifactRequest setRepositories(java.util.List<org.eclipse.aether.repository.RemoteRepository>);
    descriptor: (Ljava/util/List;)Lorg/eclipse/aether/resolution/ArtifactRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.aether.resolution.ArtifactRequest this
        start local 1 // java.util.List repositories
         0: .line 151
            aload 1 /* repositories */
            ifnonnull 3
         1: .line 153
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield org.eclipse.aether.resolution.ArtifactRequest.repositories:Ljava/util/List;
         2: .line 154
            goto 4
         3: .line 157
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* repositories */
            putfield org.eclipse.aether.resolution.ArtifactRequest.repositories:Ljava/util/List;
         4: .line 159
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // java.util.List repositories
        end local 0 // org.eclipse.aether.resolution.ArtifactRequest this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lorg/eclipse/aether/resolution/ArtifactRequest;
            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/ArtifactRequest;
    MethodParameters:
              Name  Flags
      repositories  

  public org.eclipse.aether.resolution.ArtifactRequest addRepository(org.eclipse.aether.repository.RemoteRepository);
    descriptor: (Lorg/eclipse/aether/repository/RemoteRepository;)Lorg/eclipse/aether/resolution/ArtifactRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.aether.resolution.ArtifactRequest this
        start local 1 // org.eclipse.aether.repository.RemoteRepository repository
         0: .line 170
            aload 1 /* repository */
            ifnull 4
         1: .line 172
            aload 0 /* this */
            getfield org.eclipse.aether.resolution.ArtifactRequest.repositories:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 3
         2: .line 174
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.eclipse.aether.resolution.ArtifactRequest.repositories:Ljava/util/List;
         3: .line 176
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.aether.resolution.ArtifactRequest.repositories:Ljava/util/List;
            aload 1 /* repository */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         4: .line 178
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // org.eclipse.aether.repository.RemoteRepository repository
        end local 0 // org.eclipse.aether.resolution.ArtifactRequest this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lorg/eclipse/aether/resolution/ArtifactRequest;
            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.ArtifactRequest this
         0: .line 188
            aload 0 /* this */
            getfield org.eclipse.aether.resolution.ArtifactRequest.context:Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.aether.resolution.ArtifactRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/resolution/ArtifactRequest;

  public org.eclipse.aether.resolution.ArtifactRequest setRequestContext(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/eclipse/aether/resolution/ArtifactRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.aether.resolution.ArtifactRequest this
        start local 1 // java.lang.String context
         0: .line 199
            aload 0 /* this */
            aload 1 /* context */
            ifnull 1
            aload 1 /* context */
            goto 2
      StackMap locals:
      StackMap stack: org.eclipse.aether.resolution.ArtifactRequest
         1: ldc ""
      StackMap locals: org.eclipse.aether.resolution.ArtifactRequest java.lang.String
      StackMap stack: org.eclipse.aether.resolution.ArtifactRequest java.lang.String
         2: putfield org.eclipse.aether.resolution.ArtifactRequest.context:Ljava/lang/String;
         3: .line 200
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String context
        end local 0 // org.eclipse.aether.resolution.ArtifactRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/eclipse/aether/resolution/ArtifactRequest;
            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.ArtifactRequest this
         0: .line 210
            aload 0 /* this */
            getfield org.eclipse.aether.resolution.ArtifactRequest.trace:Lorg/eclipse/aether/RequestTrace;
            areturn
        end local 0 // org.eclipse.aether.resolution.ArtifactRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/resolution/ArtifactRequest;

  public org.eclipse.aether.resolution.ArtifactRequest setTrace(org.eclipse.aether.RequestTrace);
    descriptor: (Lorg/eclipse/aether/RequestTrace;)Lorg/eclipse/aether/resolution/ArtifactRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.aether.resolution.ArtifactRequest this
        start local 1 // org.eclipse.aether.RequestTrace trace
         0: .line 221
            aload 0 /* this */
            aload 1 /* trace */
            putfield org.eclipse.aether.resolution.ArtifactRequest.trace:Lorg/eclipse/aether/RequestTrace;
         1: .line 222
            aload 0 /* this */
            areturn
        end local 1 // org.eclipse.aether.RequestTrace trace
        end local 0 // org.eclipse.aether.resolution.ArtifactRequest this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/eclipse/aether/resolution/ArtifactRequest;
            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.ArtifactRequest this
         0: .line 228
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 0 /* this */
            invokevirtual org.eclipse.aether.resolution.ArtifactRequest.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.ArtifactRequest.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.ArtifactRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/resolution/ArtifactRequest;
}
SourceFile: "ArtifactRequest.java"