public class io.vertx.sqlclient.impl.command.CloseStatementCommand extends io.vertx.sqlclient.impl.command.CommandBase<java.lang.Void>
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.vertx.sqlclient.impl.command.CloseStatementCommand
super_class: io.vertx.sqlclient.impl.command.CommandBase
{
private final io.vertx.sqlclient.impl.PreparedStatement statement;
descriptor: Lio/vertx/sqlclient/impl/PreparedStatement;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(io.vertx.sqlclient.impl.PreparedStatement);
descriptor: (Lio/vertx/sqlclient/impl/PreparedStatement;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial io.vertx.sqlclient.impl.command.CommandBase.<init>:()V
1: aload 0
aload 1
putfield io.vertx.sqlclient.impl.command.CloseStatementCommand.statement:Lio/vertx/sqlclient/impl/PreparedStatement;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/sqlclient/impl/command/CloseStatementCommand;
0 3 1 statement Lio/vertx/sqlclient/impl/PreparedStatement;
MethodParameters:
Name Flags
statement
public io.vertx.sqlclient.impl.PreparedStatement statement();
descriptor: ()Lio/vertx/sqlclient/impl/PreparedStatement;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.sqlclient.impl.command.CloseStatementCommand.statement:Lio/vertx/sqlclient/impl/PreparedStatement;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/sqlclient/impl/command/CloseStatementCommand;
}
Signature: Lio/vertx/sqlclient/impl/command/CommandBase<Ljava/lang/Void;>;
SourceFile: "CloseStatementCommand.java"