final class io.reactivex.disposables.SubscriptionDisposable extends io.reactivex.disposables.ReferenceDisposable<org.reactivestreams.Subscription>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.reactivex.disposables.SubscriptionDisposable
super_class: io.reactivex.disposables.ReferenceDisposable
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: -707001650852963139
void <init>(org.reactivestreams.Subscription);
descriptor: (Lorg/reactivestreams/Subscription;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial io.reactivex.disposables.ReferenceDisposable.<init>:(Ljava/lang/Object;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/disposables/SubscriptionDisposable;
0 2 1 value Lorg/reactivestreams/Subscription;
MethodParameters:
Name Flags
value
protected void onDisposed(org.reactivestreams.Subscription);
descriptor: (Lorg/reactivestreams/Subscription;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: aload 1
invokeinterface org.reactivestreams.Subscription.cancel:()V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/disposables/SubscriptionDisposable;
0 2 1 value Lorg/reactivestreams/Subscription;
RuntimeInvisibleParameterAnnotations:
0:
io.reactivex.annotations.NonNull()
MethodParameters:
Name Flags
value
protected void onDisposed(java.lang.Object);
descriptor: (Ljava/lang/Object;)V
flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.reactivestreams.Subscription
invokevirtual io.reactivex.disposables.SubscriptionDisposable.onDisposed:(Lorg/reactivestreams/Subscription;)V
return
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Lio/reactivex/disposables/ReferenceDisposable<Lorg/reactivestreams/Subscription;>;
SourceFile: "SubscriptionDisposable.java"