public interface org.graalvm.compiler.debug.DebugHandlersFactory
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.graalvm.compiler.debug.DebugHandlersFactory
super_class: java.lang.Object
{
public static final java.lang.Iterable<org.graalvm.compiler.debug.DebugHandlersFactory> LOADER;
descriptor: Ljava/lang/Iterable;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
Signature: Ljava/lang/Iterable<Lorg/graalvm/compiler/debug/DebugHandlersFactory;>;
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new org.graalvm.compiler.debug.DebugHandlersFactory$1
dup
invokespecial org.graalvm.compiler.debug.DebugHandlersFactory$1.<init>:()V
putstatic org.graalvm.compiler.debug.DebugHandlersFactory.LOADER:Ljava/lang/Iterable;
1: return
LocalVariableTable:
Start End Slot Name Signature
public abstract java.util.List<org.graalvm.compiler.debug.DebugHandler> createHandlers(org.graalvm.compiler.options.OptionValues);
descriptor: (Lorg/graalvm/compiler/options/OptionValues;)Ljava/util/List;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lorg/graalvm/compiler/options/OptionValues;)Ljava/util/List<Lorg/graalvm/compiler/debug/DebugHandler;>;
MethodParameters:
Name Flags
options
}
SourceFile: "DebugHandlersFactory.java"
NestMembers:
org.graalvm.compiler.debug.DebugHandlersFactory$1
InnerClasses:
org.graalvm.compiler.debug.DebugHandlersFactory$1