class io.vertx.pgclient.impl.codec.PgDecoder$CommandCompleteProcessor implements io.netty.util.ByteProcessor
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.pgclient.impl.codec.PgDecoder$CommandCompleteProcessor
  super_class: java.lang.Object
{
  private static final byte SPACE;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 32

  private int rows;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  boolean afterSpace;
    descriptor: Z
    flags: (0x0000) 

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.pgclient.impl.codec.PgDecoder$CommandCompleteProcessor this
         0: .line 357
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.pgclient.impl.codec.PgDecoder$CommandCompleteProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/pgclient/impl/codec/PgDecoder$CommandCompleteProcessor;

  int parse(io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBuf;)I
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.pgclient.impl.codec.PgDecoder$CommandCompleteProcessor this
        start local 1 // io.netty.buffer.ByteBuf in
         0: .line 362
            aload 0 /* this */
            iconst_0
            putfield io.vertx.pgclient.impl.codec.PgDecoder$CommandCompleteProcessor.afterSpace:Z
         1: .line 363
            aload 0 /* this */
            iconst_0
            putfield io.vertx.pgclient.impl.codec.PgDecoder$CommandCompleteProcessor.rows:I
         2: .line 364
            aload 1 /* in */
            aload 1 /* in */
            invokevirtual io.netty.buffer.ByteBuf.readerIndex:()I
            aload 1 /* in */
            invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
            iconst_1
            isub
            aload 0 /* this */
            invokevirtual io.netty.buffer.ByteBuf.forEachByte:(IILio/netty/util/ByteProcessor;)I
            pop
         3: .line 365
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgDecoder$CommandCompleteProcessor.rows:I
            ireturn
        end local 1 // io.netty.buffer.ByteBuf in
        end local 0 // io.vertx.pgclient.impl.codec.PgDecoder$CommandCompleteProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/pgclient/impl/codec/PgDecoder$CommandCompleteProcessor;
            0    4     1    in  Lio/netty/buffer/ByteBuf;
    MethodParameters:
      Name  Flags
      in    

  public boolean process(byte);
    descriptor: (B)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.vertx.pgclient.impl.codec.PgDecoder$CommandCompleteProcessor this
        start local 1 // byte value
         0: .line 369
            iload 1 /* value */
            bipush 32
            if_icmpne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 2 /* space */
        start local 2 // boolean space
         3: .line 370
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgDecoder$CommandCompleteProcessor.afterSpace:Z
            ifeq 9
         4: .line 371
            iload 2 /* space */
            ifeq 7
         5: .line 372
            aload 0 /* this */
            iconst_0
            putfield io.vertx.pgclient.impl.codec.PgDecoder$CommandCompleteProcessor.rows:I
         6: .line 373
            goto 10
         7: .line 374
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgDecoder$CommandCompleteProcessor.rows:I
            bipush 10
            imul
            iload 1 /* value */
            bipush 48
            isub
            iadd
            putfield io.vertx.pgclient.impl.codec.PgDecoder$CommandCompleteProcessor.rows:I
         8: .line 376
            goto 10
         9: .line 377
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* space */
            putfield io.vertx.pgclient.impl.codec.PgDecoder$CommandCompleteProcessor.afterSpace:Z
        10: .line 379
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // boolean space
        end local 1 // byte value
        end local 0 // io.vertx.pgclient.impl.codec.PgDecoder$CommandCompleteProcessor this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Lio/vertx/pgclient/impl/codec/PgDecoder$CommandCompleteProcessor;
            0   11     1  value  B
            3   11     2  space  Z
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
       Name  Flags
      value  
}
SourceFile: "PgDecoder.java"
NestHost: io.vertx.pgclient.impl.codec.PgDecoder
InnerClasses:
  CommandCompleteProcessor = io.vertx.pgclient.impl.codec.PgDecoder$CommandCompleteProcessor of io.vertx.pgclient.impl.codec.PgDecoder