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

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

  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=2, locals=1, args_size=1
        start local 0 // org.eclipse.aether.repository.LocalMetadataRequest this
         0: .line 41
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 34
            aload 0 /* this */
            ldc ""
            putfield org.eclipse.aether.repository.LocalMetadataRequest.context:Ljava/lang/String;
         2: .line 36
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.aether.repository.LocalMetadataRequest.repository:Lorg/eclipse/aether/repository/RemoteRepository;
         3: .line 44
            return
        end local 0 // org.eclipse.aether.repository.LocalMetadataRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/aether/repository/LocalMetadataRequest;

  public void <init>(org.eclipse.aether.metadata.Metadata, org.eclipse.aether.repository.RemoteRepository, java.lang.String);
    descriptor: (Lorg/eclipse/aether/metadata/Metadata;Lorg/eclipse/aether/repository/RemoteRepository;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.eclipse.aether.repository.LocalMetadataRequest this
        start local 1 // org.eclipse.aether.metadata.Metadata metadata
        start local 2 // org.eclipse.aether.repository.RemoteRepository repository
        start local 3 // java.lang.String context
         0: .line 53
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 34
            aload 0 /* this */
            ldc ""
            putfield org.eclipse.aether.repository.LocalMetadataRequest.context:Ljava/lang/String;
         2: .line 36
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.aether.repository.LocalMetadataRequest.repository:Lorg/eclipse/aether/repository/RemoteRepository;
         3: .line 55
            aload 0 /* this */
            aload 1 /* metadata */
            invokevirtual org.eclipse.aether.repository.LocalMetadataRequest.setMetadata:(Lorg/eclipse/aether/metadata/Metadata;)Lorg/eclipse/aether/repository/LocalMetadataRequest;
            pop
         4: .line 56
            aload 0 /* this */
            aload 2 /* repository */
            invokevirtual org.eclipse.aether.repository.LocalMetadataRequest.setRepository:(Lorg/eclipse/aether/repository/RemoteRepository;)Lorg/eclipse/aether/repository/LocalMetadataRequest;
            pop
         5: .line 57
            aload 0 /* this */
            aload 3 /* context */
            invokevirtual org.eclipse.aether.repository.LocalMetadataRequest.setContext:(Ljava/lang/String;)Lorg/eclipse/aether/repository/LocalMetadataRequest;
            pop
         6: .line 58
            return
        end local 3 // java.lang.String context
        end local 2 // org.eclipse.aether.repository.RemoteRepository repository
        end local 1 // org.eclipse.aether.metadata.Metadata metadata
        end local 0 // org.eclipse.aether.repository.LocalMetadataRequest this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lorg/eclipse/aether/repository/LocalMetadataRequest;
            0    7     1    metadata  Lorg/eclipse/aether/metadata/Metadata;
            0    7     2  repository  Lorg/eclipse/aether/repository/RemoteRepository;
            0    7     3     context  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      metadata    
      repository  
      context     

  public org.eclipse.aether.metadata.Metadata getMetadata();
    descriptor: ()Lorg/eclipse/aether/metadata/Metadata;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.aether.repository.LocalMetadataRequest this
         0: .line 67
            aload 0 /* this */
            getfield org.eclipse.aether.repository.LocalMetadataRequest.metadata:Lorg/eclipse/aether/metadata/Metadata;
            areturn
        end local 0 // org.eclipse.aether.repository.LocalMetadataRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/repository/LocalMetadataRequest;

  public org.eclipse.aether.repository.LocalMetadataRequest setMetadata(org.eclipse.aether.metadata.Metadata);
    descriptor: (Lorg/eclipse/aether/metadata/Metadata;)Lorg/eclipse/aether/repository/LocalMetadataRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.aether.repository.LocalMetadataRequest this
        start local 1 // org.eclipse.aether.metadata.Metadata metadata
         0: .line 78
            aload 0 /* this */
            aload 1 /* metadata */
            putfield org.eclipse.aether.repository.LocalMetadataRequest.metadata:Lorg/eclipse/aether/metadata/Metadata;
         1: .line 79
            aload 0 /* this */
            areturn
        end local 1 // org.eclipse.aether.metadata.Metadata metadata
        end local 0 // org.eclipse.aether.repository.LocalMetadataRequest this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/eclipse/aether/repository/LocalMetadataRequest;
            0    2     1  metadata  Lorg/eclipse/aether/metadata/Metadata;
    MethodParameters:
          Name  Flags
      metadata  

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

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

  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.repository.LocalMetadataRequest this
         0: .line 111
            aload 0 /* this */
            getfield org.eclipse.aether.repository.LocalMetadataRequest.repository:Lorg/eclipse/aether/repository/RemoteRepository;
            areturn
        end local 0 // org.eclipse.aether.repository.LocalMetadataRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/repository/LocalMetadataRequest;

  public org.eclipse.aether.repository.LocalMetadataRequest setRepository(org.eclipse.aether.repository.RemoteRepository);
    descriptor: (Lorg/eclipse/aether/repository/RemoteRepository;)Lorg/eclipse/aether/repository/LocalMetadataRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.aether.repository.LocalMetadataRequest this
        start local 1 // org.eclipse.aether.repository.RemoteRepository repository
         0: .line 122
            aload 0 /* this */
            aload 1 /* repository */
            putfield org.eclipse.aether.repository.LocalMetadataRequest.repository:Lorg/eclipse/aether/repository/RemoteRepository;
         1: .line 123
            aload 0 /* this */
            areturn
        end local 1 // org.eclipse.aether.repository.RemoteRepository repository
        end local 0 // org.eclipse.aether.repository.LocalMetadataRequest this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/eclipse/aether/repository/LocalMetadataRequest;
            0    2     1  repository  Lorg/eclipse/aether/repository/RemoteRepository;
    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.repository.LocalMetadataRequest this
         0: .line 129
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 0 /* this */
            invokevirtual org.eclipse.aether.repository.LocalMetadataRequest.getMetadata:()Lorg/eclipse/aether/metadata/Metadata;
            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.repository.LocalMetadataRequest.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.repository.LocalMetadataRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/repository/LocalMetadataRequest;
}
SourceFile: "LocalMetadataRequest.java"