class org.xnio.IoUtils$CastingIoFuture$1 implements org.xnio.IoFuture$Notifier<I, A>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.xnio.IoUtils$CastingIoFuture$1
super_class: java.lang.Object
{
final org.xnio.IoUtils$CastingIoFuture this$1;
descriptor: Lorg/xnio/IoUtils$CastingIoFuture;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final org.xnio.IoFuture$Notifier val$notifier;
descriptor: Lorg/xnio/IoFuture$Notifier;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(org.xnio.IoUtils$CastingIoFuture, org.xnio.IoFuture$Notifier);
descriptor: (Lorg/xnio/IoUtils$CastingIoFuture;Lorg/xnio/IoFuture$Notifier;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 0: aload 0
aload 1
putfield org.xnio.IoUtils$CastingIoFuture$1.this$1:Lorg/xnio/IoUtils$CastingIoFuture;
aload 0
aload 2
putfield org.xnio.IoUtils$CastingIoFuture$1.val$notifier:Lorg/xnio/IoFuture$Notifier;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/xnio/IoUtils$CastingIoFuture$1;
MethodParameters:
Name Flags
this$0 final
val$notifier final
public void notify(org.xnio.IoFuture<? extends I>, );
descriptor: (Lorg/xnio/IoFuture;Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.xnio.IoUtils$CastingIoFuture$1.val$notifier:Lorg/xnio/IoFuture$Notifier;
aload 0
getfield org.xnio.IoUtils$CastingIoFuture$1.this$1:Lorg/xnio/IoUtils$CastingIoFuture;
aload 2
invokeinterface org.xnio.IoFuture$Notifier.notify:(Lorg/xnio/IoFuture;Ljava/lang/Object;)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/xnio/IoUtils$CastingIoFuture$1;
0 2 1 future Lorg/xnio/IoFuture<+TI;>;
0 2 2 attachment TA;
Signature: (Lorg/xnio/IoFuture<+TI;>;TA;)V
MethodParameters:
Name Flags
future final
attachment final
}
Signature: Ljava/lang/Object;Lorg/xnio/IoFuture$Notifier<TI;TA;>;
SourceFile: "IoUtils.java"
EnclosingMethod: org.xnio.IoUtils$CastingIoFuture.addNotifier:(Lorg/xnio/IoFuture$Notifier;Ljava/lang/Object;)Lorg/xnio/IoFuture;
NestHost: org.xnio.IoUtils
InnerClasses:
public abstract Notifier = org.xnio.IoFuture$Notifier of org.xnio.IoFuture
private CastingIoFuture = org.xnio.IoUtils$CastingIoFuture of org.xnio.IoUtils
org.xnio.IoUtils$CastingIoFuture$1