public interface io.vertx.ext.unit.report.impl.ReportStream
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: io.vertx.ext.unit.report.impl.ReportStream
super_class: java.lang.Object
{
public void info(io.vertx.core.buffer.Buffer);
descriptor: (Lio/vertx/core/buffer/Buffer;)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/ext/unit/report/impl/ReportStream;
0 1 1 msg Lio/vertx/core/buffer/Buffer;
MethodParameters:
Name Flags
msg
public void error(io.vertx.core.buffer.Buffer, java.lang.Throwable);
descriptor: (Lio/vertx/core/buffer/Buffer;Ljava/lang/Throwable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=0, locals=3, args_size=3
start local 0 start local 1 start local 2 0: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/ext/unit/report/impl/ReportStream;
0 1 1 msg Lio/vertx/core/buffer/Buffer;
0 1 2 cause Ljava/lang/Throwable;
MethodParameters:
Name Flags
msg
cause
public void end();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=0, locals=1, args_size=1
start local 0 0: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/ext/unit/report/impl/ReportStream;
}
SourceFile: "ReportStream.java"