public abstract class io.vertx.sqlclient.impl.command.CommandBase<R>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: io.vertx.sqlclient.impl.command.CommandBase
  super_class: java.lang.Object
{
  public io.vertx.core.Handler<io.vertx.core.AsyncResult<R>> handler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0001) ACC_PUBLIC
    Signature: Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TR;>;>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.sqlclient.impl.command.CommandBase this
         0: .line 28
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.sqlclient.impl.command.CommandBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/sqlclient/impl/command/CommandBase<TR;>;

  public final void fail(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.impl.command.CommandBase this
        start local 1 // java.lang.Throwable err
         0: .line 33
            aload 0 /* this */
            aload 1 /* err */
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokevirtual io.vertx.sqlclient.impl.command.CommandBase.complete:(Lio/vertx/core/AsyncResult;)V
         1: .line 34
            return
        end local 1 // java.lang.Throwable err
        end local 0 // io.vertx.sqlclient.impl.command.CommandBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/sqlclient/impl/command/CommandBase<TR;>;
            0    2     1   err  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      err   

  public final void fail(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.impl.command.CommandBase this
        start local 1 // java.lang.String failureMsg
         0: .line 37
            aload 0 /* this */
            aload 1 /* failureMsg */
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/String;)Lio/vertx/core/Future;
            invokevirtual io.vertx.sqlclient.impl.command.CommandBase.complete:(Lio/vertx/core/AsyncResult;)V
         1: .line 38
            return
        end local 1 // java.lang.String failureMsg
        end local 0 // io.vertx.sqlclient.impl.command.CommandBase this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/sqlclient/impl/command/CommandBase<TR;>;
            0    2     1  failureMsg  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      failureMsg  

  public final void complete(io.vertx.core.AsyncResult<R>);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.impl.command.CommandBase this
        start local 1 // io.vertx.core.AsyncResult resp
         0: .line 41
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.command.CommandBase.handler:Lio/vertx/core/Handler;
            ifnull 2
         1: .line 42
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.command.CommandBase.handler:Lio/vertx/core/Handler;
            aload 1 /* resp */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 44
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.AsyncResult resp
        end local 0 // io.vertx.sqlclient.impl.command.CommandBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/sqlclient/impl/command/CommandBase<TR;>;
            0    3     1  resp  Lio/vertx/core/AsyncResult<TR;>;
    Signature: (Lio/vertx/core/AsyncResult<TR;>;)V
    MethodParameters:
      Name  Flags
      resp  
}
Signature: <R:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "CommandBase.java"