class org.eclipse.jgit.transport.PacketLineIn$PacketLineInIterator$1 implements java.util.Iterator<java.lang.String>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jgit.transport.PacketLineIn$PacketLineInIterator$1
  super_class: java.lang.Object
{
  final org.eclipse.jgit.transport.PacketLineIn$PacketLineInIterator this$1;
    descriptor: Lorg/eclipse/jgit/transport/PacketLineIn$PacketLineInIterator;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.eclipse.jgit.transport.PacketLineIn$PacketLineInIterator);
    descriptor: (Lorg/eclipse/jgit/transport/PacketLineIn$PacketLineInIterator;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.transport.PacketLineIn$PacketLineInIterator$1 this
         0: .line 382
            aload 0 /* this */
            aload 1
            putfield org.eclipse.jgit.transport.PacketLineIn$PacketLineInIterator$1.this$1:Lorg/eclipse/jgit/transport/PacketLineIn$PacketLineInIterator;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.jgit.transport.PacketLineIn$PacketLineInIterator$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/transport/PacketLineIn$PacketLineInIterator$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.transport.PacketLineIn$PacketLineInIterator$1 this
         0: .line 385
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.PacketLineIn$PacketLineInIterator$1.this$1:Lorg/eclipse/jgit/transport/PacketLineIn$PacketLineInIterator;
            getfield org.eclipse.jgit.transport.PacketLineIn$PacketLineInIterator.current:Ljava/lang/String;
            invokestatic org.eclipse.jgit.transport.PacketLineIn.isEnd:(Ljava/lang/String;)Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // org.eclipse.jgit.transport.PacketLineIn$PacketLineInIterator$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jgit/transport/PacketLineIn$PacketLineInIterator$1;

  public java.lang.String next();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.eclipse.jgit.transport.PacketLineIn$PacketLineInIterator$1 this
         0: .line 390
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.PacketLineIn$PacketLineInIterator$1.this$1:Lorg/eclipse/jgit/transport/PacketLineIn$PacketLineInIterator;
            getfield org.eclipse.jgit.transport.PacketLineIn$PacketLineInIterator.current:Ljava/lang/String;
            astore 1 /* next */
        start local 1 // java.lang.String next
         1: .line 392
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.PacketLineIn$PacketLineInIterator$1.this$1:Lorg/eclipse/jgit/transport/PacketLineIn$PacketLineInIterator;
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.PacketLineIn$PacketLineInIterator$1.this$1:Lorg/eclipse/jgit/transport/PacketLineIn$PacketLineInIterator;
            getfield org.eclipse.jgit.transport.PacketLineIn$PacketLineInIterator.in:Lorg/eclipse/jgit/transport/PacketLineIn;
            invokevirtual org.eclipse.jgit.transport.PacketLineIn.readString:()Ljava/lang/String;
            putfield org.eclipse.jgit.transport.PacketLineIn$PacketLineInIterator.current:Ljava/lang/String;
         2: .line 393
            goto 5
      StackMap locals: org.eclipse.jgit.transport.PacketLineIn$PacketLineInIterator$1 java.lang.String
      StackMap stack: java.io.IOException
         3: astore 2 /* e */
        start local 2 // java.io.IOException e
         4: .line 394
            new java.io.UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial java.io.UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
         5: .line 396
      StackMap locals:
      StackMap stack:
            aload 1 /* next */
            areturn
        end local 1 // java.lang.String next
        end local 0 // org.eclipse.jgit.transport.PacketLineIn$PacketLineInIterator$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/jgit/transport/PacketLineIn$PacketLineInIterator$1;
            1    6     1  next  Ljava/lang/String;
            4    5     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           1     2       3  Class java.io.IOException

  public java.lang.Object next();
    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.transport.PacketLineIn$PacketLineInIterator$1.next:()Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<Ljava/lang/String;>;
SourceFile: "PacketLineIn.java"
EnclosingMethod: org.eclipse.jgit.transport.PacketLineIn$PacketLineInIterator.iterator:()Ljava/util/Iterator;
NestHost: org.eclipse.jgit.transport.PacketLineIn
InnerClasses:
  public PacketLineInIterator = org.eclipse.jgit.transport.PacketLineIn$PacketLineInIterator of org.eclipse.jgit.transport.PacketLineIn
  org.eclipse.jgit.transport.PacketLineIn$PacketLineInIterator$1