class io.vertx.core.impl.future.FutureImpl$1 implements io.vertx.core.impl.future.Listener<T>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.vertx.core.impl.future.FutureImpl$1
super_class: java.lang.Object
{
final io.vertx.core.impl.future.FutureImpl this$0;
descriptor: Lio/vertx/core/impl/future/FutureImpl;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final io.vertx.core.Handler val$handler;
descriptor: Lio/vertx/core/Handler;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(io.vertx.core.impl.future.FutureImpl, io.vertx.core.Handler);
descriptor: (Lio/vertx/core/impl/future/FutureImpl;Lio/vertx/core/Handler;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 0: aload 0
aload 1
putfield io.vertx.core.impl.future.FutureImpl$1.this$0:Lio/vertx/core/impl/future/FutureImpl;
aload 0
aload 2
putfield io.vertx.core.impl.future.FutureImpl$1.val$handler:Lio/vertx/core/Handler;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/impl/future/FutureImpl$1;
MethodParameters:
Name Flags
this$0 final
val$handler final
public void onSuccess();
descriptor: (Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.impl.future.FutureImpl$1.val$handler:Lio/vertx/core/Handler;
aload 1
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/impl/future/FutureImpl$1;
0 2 1 value TT;
Signature: (TT;)V
MethodParameters:
Name Flags
value
public void onFailure(java.lang.Throwable);
descriptor: (Ljava/lang/Throwable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=0, locals=2, args_size=2
start local 0 start local 1 0: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/impl/future/FutureImpl$1;
0 1 1 failure Ljava/lang/Throwable;
MethodParameters:
Name Flags
failure
public void handle(java.lang.Object);
descriptor: (Ljava/lang/Object;)V
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast io.vertx.core.AsyncResult
invokeinterface io.vertx.core.impl.future.Listener.handle:(Lio/vertx/core/AsyncResult;)V
return
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Lio/vertx/core/impl/future/Listener<TT;>;
SourceFile: "FutureImpl.java"
EnclosingMethod: io.vertx.core.impl.future.FutureImpl.onSuccess:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
NestHost: io.vertx.core.impl.future.FutureImpl
InnerClasses:
io.vertx.core.impl.future.FutureImpl$1