class io.vertx.pgclient.impl.codec.CloseStatementCommandCodec extends io.vertx.pgclient.impl.codec.PgCommandCodec<java.lang.Void, io.vertx.sqlclient.impl.command.CloseStatementCommand>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.pgclient.impl.codec.CloseStatementCommandCodec
  super_class: io.vertx.pgclient.impl.codec.PgCommandCodec
{
  void <init>(io.vertx.sqlclient.impl.command.CloseStatementCommand);
    descriptor: (Lio/vertx/sqlclient/impl/command/CloseStatementCommand;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.pgclient.impl.codec.CloseStatementCommandCodec this
        start local 1 // io.vertx.sqlclient.impl.command.CloseStatementCommand cmd
         0: .line 25
            aload 0 /* this */
            aload 1 /* cmd */
            invokespecial io.vertx.pgclient.impl.codec.PgCommandCodec.<init>:(Lio/vertx/sqlclient/impl/command/CommandBase;)V
         1: .line 26
            return
        end local 1 // io.vertx.sqlclient.impl.command.CloseStatementCommand cmd
        end local 0 // io.vertx.pgclient.impl.codec.CloseStatementCommandCodec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/pgclient/impl/codec/CloseStatementCommandCodec;
            0    2     1   cmd  Lio/vertx/sqlclient/impl/command/CloseStatementCommand;
    MethodParameters:
      Name  Flags
      cmd   

  public void encode(io.vertx.pgclient.impl.codec.PgEncoder);
    descriptor: (Lio/vertx/pgclient/impl/codec/PgEncoder;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.pgclient.impl.codec.CloseStatementCommandCodec this
        start local 1 // io.vertx.pgclient.impl.codec.PgEncoder out
         0: .line 37
            aconst_null
            invokestatic io.vertx.sqlclient.impl.command.CommandResponse.success:(Ljava/lang/Object;)Lio/vertx/sqlclient/impl/command/CommandResponse;
            astore 2 /* resp */
        start local 2 // io.vertx.sqlclient.impl.command.CommandResponse resp
         1: .line 38
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.CloseStatementCommandCodec.completionHandler:Lio/vertx/core/Handler;
            aload 2 /* resp */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 39
            return
        end local 2 // io.vertx.sqlclient.impl.command.CommandResponse resp
        end local 1 // io.vertx.pgclient.impl.codec.PgEncoder out
        end local 0 // io.vertx.pgclient.impl.codec.CloseStatementCommandCodec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/pgclient/impl/codec/CloseStatementCommandCodec;
            0    3     1   out  Lio/vertx/pgclient/impl/codec/PgEncoder;
            1    3     2  resp  Lio/vertx/sqlclient/impl/command/CommandResponse<Ljava/lang/Void;>;
    MethodParameters:
      Name  Flags
      out   
}
Signature: Lio/vertx/pgclient/impl/codec/PgCommandCodec<Ljava/lang/Void;Lio/vertx/sqlclient/impl/command/CloseStatementCommand;>;
SourceFile: "CloseStatementCommandCodec.java"