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 // io.vertx.sqlclient.impl.command.CloseStatementCommand this
        start local 1 // io.vertx.sqlclient.impl.PreparedStatement statement
         0: .line 29
            aload 0 /* this */
            invokespecial io.vertx.sqlclient.impl.command.CommandBase.<init>:()V
         1: .line 30
            aload 0 /* this */
            aload 1 /* statement */
            putfield io.vertx.sqlclient.impl.command.CloseStatementCommand.statement:Lio/vertx/sqlclient/impl/PreparedStatement;
         2: .line 31
            return
        end local 1 // io.vertx.sqlclient.impl.PreparedStatement statement
        end local 0 // io.vertx.sqlclient.impl.command.CloseStatementCommand this
      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 // io.vertx.sqlclient.impl.command.CloseStatementCommand this
         0: .line 34
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.command.CloseStatementCommand.statement:Lio/vertx/sqlclient/impl/PreparedStatement;
            areturn
        end local 0 // io.vertx.sqlclient.impl.command.CloseStatementCommand this
      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"