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

  private java.lang.String context;
    descriptor: Ljava/lang/String;
    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.ArtifactDescriptorPolicyRequest this
         0: .line 39
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 34
            aload 0 /* this */
            ldc ""
            putfield org.eclipse.aether.resolution.ArtifactDescriptorPolicyRequest.context:Ljava/lang/String;
         2: .line 42
            return
        end local 0 // org.eclipse.aether.resolution.ArtifactDescriptorPolicyRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/aether/resolution/ArtifactDescriptorPolicyRequest;

  public void <init>(org.eclipse.aether.artifact.Artifact, java.lang.String);
    descriptor: (Lorg/eclipse/aether/artifact/Artifact;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.aether.resolution.ArtifactDescriptorPolicyRequest this
        start local 1 // org.eclipse.aether.artifact.Artifact artifact
        start local 2 // java.lang.String context
         0: .line 50
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 34
            aload 0 /* this */
            ldc ""
            putfield org.eclipse.aether.resolution.ArtifactDescriptorPolicyRequest.context:Ljava/lang/String;
         2: .line 52
            aload 0 /* this */
            aload 1 /* artifact */
            invokevirtual org.eclipse.aether.resolution.ArtifactDescriptorPolicyRequest.setArtifact:(Lorg/eclipse/aether/artifact/Artifact;)Lorg/eclipse/aether/resolution/ArtifactDescriptorPolicyRequest;
            pop
         3: .line 53
            aload 0 /* this */
            aload 2 /* context */
            invokevirtual org.eclipse.aether.resolution.ArtifactDescriptorPolicyRequest.setRequestContext:(Ljava/lang/String;)Lorg/eclipse/aether/resolution/ArtifactDescriptorPolicyRequest;
            pop
         4: .line 54
            return
        end local 2 // java.lang.String context
        end local 1 // org.eclipse.aether.artifact.Artifact artifact
        end local 0 // org.eclipse.aether.resolution.ArtifactDescriptorPolicyRequest this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/eclipse/aether/resolution/ArtifactDescriptorPolicyRequest;
            0    5     1  artifact  Lorg/eclipse/aether/artifact/Artifact;
            0    5     2   context  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      artifact  
      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.ArtifactDescriptorPolicyRequest this
         0: .line 63
            aload 0 /* this */
            getfield org.eclipse.aether.resolution.ArtifactDescriptorPolicyRequest.artifact:Lorg/eclipse/aether/artifact/Artifact;
            areturn
        end local 0 // org.eclipse.aether.resolution.ArtifactDescriptorPolicyRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/resolution/ArtifactDescriptorPolicyRequest;

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

  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.ArtifactDescriptorPolicyRequest this
         0: .line 85
            aload 0 /* this */
            getfield org.eclipse.aether.resolution.ArtifactDescriptorPolicyRequest.context:Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.aether.resolution.ArtifactDescriptorPolicyRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/resolution/ArtifactDescriptorPolicyRequest;

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

  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.resolution.ArtifactDescriptorPolicyRequest this
         0: .line 103
            aload 0 /* this */
            invokevirtual org.eclipse.aether.resolution.ArtifactDescriptorPolicyRequest.getArtifact:()Lorg/eclipse/aether/artifact/Artifact;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.aether.resolution.ArtifactDescriptorPolicyRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/resolution/ArtifactDescriptorPolicyRequest;
}
SourceFile: "ArtifactDescriptorPolicyRequest.java"