public class io.vertx.serviceproxy.generator.ServiceProxyGenLoader implements io.vertx.codegen.GeneratorLoader
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.vertx.serviceproxy.generator.ServiceProxyGenLoader
super_class: java.lang.Object
{
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/serviceproxy/generator/ServiceProxyGenLoader;
public java.util.stream.Stream<io.vertx.codegen.Generator<?>> loadGenerators(javax.annotation.processing.ProcessingEnvironment);
descriptor: (Ljavax/annotation/processing/ProcessingEnvironment;)Ljava/util/stream/Stream;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=3, args_size=2
start local 0 start local 1 0: new io.vertx.serviceproxy.generator.GeneratorUtils
dup
invokespecial io.vertx.serviceproxy.generator.GeneratorUtils.<init>:()V
astore 2
start local 2 1: iconst_2
anewarray io.vertx.codegen.Generator
dup
iconst_0
new io.vertx.serviceproxy.generator.ServiceProxyHandlerGen
dup
aload 2
invokespecial io.vertx.serviceproxy.generator.ServiceProxyHandlerGen.<init>:(Lio/vertx/serviceproxy/generator/GeneratorUtils;)V
aastore
dup
iconst_1
new io.vertx.serviceproxy.generator.ServiceProxyGen
dup
aload 2
invokespecial io.vertx.serviceproxy.generator.ServiceProxyGen.<init>:(Lio/vertx/serviceproxy/generator/GeneratorUtils;)V
aastore
invokestatic java.util.stream.Stream.of:([Ljava/lang/Object;)Ljava/util/stream/Stream;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/serviceproxy/generator/ServiceProxyGenLoader;
0 2 1 processingEnv Ljavax/annotation/processing/ProcessingEnvironment;
1 2 2 utils Lio/vertx/serviceproxy/generator/GeneratorUtils;
Signature: (Ljavax/annotation/processing/ProcessingEnvironment;)Ljava/util/stream/Stream<Lio/vertx/codegen/Generator<*>;>;
MethodParameters:
Name Flags
processingEnv
}
SourceFile: "ServiceProxyGenLoader.java"