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 start local 1 0: aload 0
aload 1
invokespecial io.vertx.pgclient.impl.codec.PgCommandCodec.<init>:(Lio/vertx/sqlclient/impl/command/CommandBase;)V
1: return
end local 1 end local 0 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 start local 1 0: aconst_null
invokestatic io.vertx.sqlclient.impl.command.CommandResponse.success:(Ljava/lang/Object;)Lio/vertx/sqlclient/impl/command/CommandResponse;
astore 2
start local 2 1: aload 0
getfield io.vertx.pgclient.impl.codec.CloseStatementCommandCodec.completionHandler:Lio/vertx/core/Handler;
aload 2
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
2: return
end local 2 end local 1 end local 0 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"