public class org.eclipse.jgit.api.RemoteListCommand extends org.eclipse.jgit.api.GitCommand<java.util.List<org.eclipse.jgit.transport.RemoteConfig>>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jgit.api.RemoteListCommand
  super_class: org.eclipse.jgit.api.GitCommand
{
  protected void <init>(org.eclipse.jgit.lib.Repository);
    descriptor: (Lorg/eclipse/jgit/lib/Repository;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.api.RemoteListCommand this
        start local 1 // org.eclipse.jgit.lib.Repository repo
         0: .line 42
            aload 0 /* this */
            aload 1 /* repo */
            invokespecial org.eclipse.jgit.api.GitCommand.<init>:(Lorg/eclipse/jgit/lib/Repository;)V
         1: .line 43
            return
        end local 1 // org.eclipse.jgit.lib.Repository repo
        end local 0 // org.eclipse.jgit.api.RemoteListCommand this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jgit/api/RemoteListCommand;
            0    2     1  repo  Lorg/eclipse/jgit/lib/Repository;
    MethodParameters:
      Name  Flags
      repo  

  public java.util.List<org.eclipse.jgit.transport.RemoteConfig> call();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.eclipse.jgit.api.RemoteListCommand this
         0: .line 53
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.api.RemoteListCommand.checkCallable:()V
         1: .line 56
            aload 0 /* this */
            getfield org.eclipse.jgit.api.RemoteListCommand.repo:Lorg/eclipse/jgit/lib/Repository;
            invokevirtual org.eclipse.jgit.lib.Repository.getConfig:()Lorg/eclipse/jgit/lib/StoredConfig;
            invokestatic org.eclipse.jgit.transport.RemoteConfig.getAllRemoteConfigs:(Lorg/eclipse/jgit/lib/Config;)Ljava/util/List;
         2: areturn
         3: .line 57
      StackMap locals:
      StackMap stack: java.net.URISyntaxException
            astore 1 /* e */
        start local 1 // java.net.URISyntaxException e
         4: .line 58
            new org.eclipse.jgit.api.errors.JGitInternalException
            dup
            aload 1 /* e */
            invokevirtual java.net.URISyntaxException.getMessage:()Ljava/lang/String;
            aload 1 /* e */
            invokespecial org.eclipse.jgit.api.errors.JGitInternalException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.net.URISyntaxException e
        end local 0 // org.eclipse.jgit.api.RemoteListCommand this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/jgit/api/RemoteListCommand;
            4    5     1     e  Ljava/net/URISyntaxException;
      Exception table:
        from    to  target  type
           1     2       3  Class java.net.URISyntaxException
    Exceptions:
      throws org.eclipse.jgit.api.errors.GitAPIException
    Signature: ()Ljava/util/List<Lorg/eclipse/jgit/transport/RemoteConfig;>;

  public java.lang.Object call();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.jgit.api.RemoteListCommand.call:()Ljava/util/List;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws org.eclipse.jgit.api.errors.GitAPIException
}
Signature: Lorg/eclipse/jgit/api/GitCommand<Ljava/util/List<Lorg/eclipse/jgit/transport/RemoteConfig;>;>;
SourceFile: "RemoteListCommand.java"