public final class org.eclipse.aether.resolution.ResolutionErrorPolicyRequest<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.aether.resolution.ResolutionErrorPolicyRequest
  super_class: java.lang.Object
{
  private T item;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Signature: TT;

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.aether.resolution.ResolutionErrorPolicyRequest this
         0: .line 40
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 43
            return
        end local 0 // org.eclipse.aether.resolution.ResolutionErrorPolicyRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/aether/resolution/ResolutionErrorPolicyRequest<TT;>;

  public void <init>(T, org.eclipse.aether.repository.RemoteRepository);
    descriptor: (Ljava/lang/Object;Lorg/eclipse/aether/repository/RemoteRepository;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.aether.resolution.ResolutionErrorPolicyRequest this
        start local 1 // java.lang.Object item
        start local 2 // org.eclipse.aether.repository.RemoteRepository repository
         0: .line 51
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 53
            aload 0 /* this */
            aload 1 /* item */
            invokevirtual org.eclipse.aether.resolution.ResolutionErrorPolicyRequest.setItem:(Ljava/lang/Object;)Lorg/eclipse/aether/resolution/ResolutionErrorPolicyRequest;
            pop
         2: .line 54
            aload 0 /* this */
            aload 2 /* repository */
            invokevirtual org.eclipse.aether.resolution.ResolutionErrorPolicyRequest.setRepository:(Lorg/eclipse/aether/repository/RemoteRepository;)Lorg/eclipse/aether/resolution/ResolutionErrorPolicyRequest;
            pop
         3: .line 55
            return
        end local 2 // org.eclipse.aether.repository.RemoteRepository repository
        end local 1 // java.lang.Object item
        end local 0 // org.eclipse.aether.resolution.ResolutionErrorPolicyRequest this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/eclipse/aether/resolution/ResolutionErrorPolicyRequest<TT;>;
            0    4     1        item  TT;
            0    4     2  repository  Lorg/eclipse/aether/repository/RemoteRepository;
    Signature: (TT;Lorg/eclipse/aether/repository/RemoteRepository;)V
    MethodParameters:
            Name  Flags
      item        
      repository  

  public T getItem();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.aether.resolution.ResolutionErrorPolicyRequest this
         0: .line 64
            aload 0 /* this */
            getfield org.eclipse.aether.resolution.ResolutionErrorPolicyRequest.item:Ljava/lang/Object;
            areturn
        end local 0 // org.eclipse.aether.resolution.ResolutionErrorPolicyRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/resolution/ResolutionErrorPolicyRequest<TT;>;
    Signature: ()TT;

  public org.eclipse.aether.resolution.ResolutionErrorPolicyRequest<T> setItem(T);
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/aether/resolution/ResolutionErrorPolicyRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.aether.resolution.ResolutionErrorPolicyRequest this
        start local 1 // java.lang.Object item
         0: .line 75
            aload 0 /* this */
            aload 1 /* item */
            putfield org.eclipse.aether.resolution.ResolutionErrorPolicyRequest.item:Ljava/lang/Object;
         1: .line 76
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Object item
        end local 0 // org.eclipse.aether.resolution.ResolutionErrorPolicyRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/aether/resolution/ResolutionErrorPolicyRequest<TT;>;
            0    2     1  item  TT;
    Signature: (TT;)Lorg/eclipse/aether/resolution/ResolutionErrorPolicyRequest<TT;>;
    MethodParameters:
      Name  Flags
      item  

  public org.eclipse.aether.repository.RemoteRepository getRepository();
    descriptor: ()Lorg/eclipse/aether/repository/RemoteRepository;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.aether.resolution.ResolutionErrorPolicyRequest this
         0: .line 86
            aload 0 /* this */
            getfield org.eclipse.aether.resolution.ResolutionErrorPolicyRequest.repository:Lorg/eclipse/aether/repository/RemoteRepository;
            areturn
        end local 0 // org.eclipse.aether.resolution.ResolutionErrorPolicyRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/resolution/ResolutionErrorPolicyRequest<TT;>;

  public org.eclipse.aether.resolution.ResolutionErrorPolicyRequest<T> setRepository(org.eclipse.aether.repository.RemoteRepository);
    descriptor: (Lorg/eclipse/aether/repository/RemoteRepository;)Lorg/eclipse/aether/resolution/ResolutionErrorPolicyRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.aether.resolution.ResolutionErrorPolicyRequest this
        start local 1 // org.eclipse.aether.repository.RemoteRepository repository
         0: .line 97
            aload 0 /* this */
            aload 1 /* repository */
            putfield org.eclipse.aether.resolution.ResolutionErrorPolicyRequest.repository:Lorg/eclipse/aether/repository/RemoteRepository;
         1: .line 98
            aload 0 /* this */
            areturn
        end local 1 // org.eclipse.aether.repository.RemoteRepository repository
        end local 0 // org.eclipse.aether.resolution.ResolutionErrorPolicyRequest this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/eclipse/aether/resolution/ResolutionErrorPolicyRequest<TT;>;
            0    2     1  repository  Lorg/eclipse/aether/repository/RemoteRepository;
    Signature: (Lorg/eclipse/aether/repository/RemoteRepository;)Lorg/eclipse/aether/resolution/ResolutionErrorPolicyRequest<TT;>;
    MethodParameters:
            Name  Flags
      repository  

  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.ResolutionErrorPolicyRequest this
         0: .line 104
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 0 /* this */
            invokevirtual org.eclipse.aether.resolution.ResolutionErrorPolicyRequest.getItem:()Ljava/lang/Object;
            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.ResolutionErrorPolicyRequest.getRepository:()Lorg/eclipse/aether/repository/RemoteRepository;
            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.ResolutionErrorPolicyRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/resolution/ResolutionErrorPolicyRequest<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "ResolutionErrorPolicyRequest.java"