class io.vertx.rxjava.core.streams.StreamBaseImpl implements io.vertx.rxjava.core.streams.StreamBase
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.vertx.rxjava.core.streams.StreamBaseImpl
super_class: java.lang.Object
{
private final io.vertx.core.streams.StreamBase delegate;
descriptor: Lio/vertx/core/streams/StreamBase;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(io.vertx.core.streams.StreamBase);
descriptor: (Lio/vertx/core/streams/StreamBase;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield io.vertx.rxjava.core.streams.StreamBaseImpl.delegate:Lio/vertx/core/streams/StreamBase;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/rxjava/core/streams/StreamBaseImpl;
0 3 1 delegate Lio/vertx/core/streams/StreamBase;
MethodParameters:
Name Flags
delegate
public io.vertx.core.streams.StreamBase getDelegate();
descriptor: ()Lio/vertx/core/streams/StreamBase;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.rxjava.core.streams.StreamBaseImpl.delegate:Lio/vertx/core/streams/StreamBase;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/rxjava/core/streams/StreamBaseImpl;
public io.vertx.rxjava.core.streams.StreamBase exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/streams/StreamBase;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.rxjava.core.streams.StreamBaseImpl.delegate:Lio/vertx/core/streams/StreamBase;
aload 1
invokeinterface io.vertx.core.streams.StreamBase.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/StreamBase;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/rxjava/core/streams/StreamBaseImpl;
0 2 1 handler Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/rxjava/core/streams/StreamBase;
MethodParameters:
Name Flags
handler
}
SourceFile: "StreamBase.java"