public abstract class org.graalvm.compiler.jtt.except.UntrustedInterfaces$Pill
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: org.graalvm.compiler.jtt.except.UntrustedInterfaces$Pill
super_class: java.lang.Object
{
public static org.graalvm.compiler.jtt.except.UntrustedInterfaces$TestInterface staticField;
descriptor: Lorg/graalvm/compiler/jtt/except/UntrustedInterfaces$TestInterface;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
public org.graalvm.compiler.jtt.except.UntrustedInterfaces$TestInterface field;
descriptor: Lorg/graalvm/compiler/jtt/except/UntrustedInterfaces$TestInterface;
flags: (0x0001) ACC_PUBLIC
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // org.graalvm.compiler.jtt.except.UntrustedInterfaces$Pill this
0: .line 75
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // org.graalvm.compiler.jtt.except.UntrustedInterfaces$Pill this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/jtt/except/UntrustedInterfaces$Pill;
public abstract void setField();
descriptor: ()V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract void setStaticField();
descriptor: ()V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract int callMe(org.graalvm.compiler.jtt.except.UntrustedInterfaces$CallBack);
descriptor: (Lorg/graalvm/compiler/jtt/except/UntrustedInterfaces$CallBack;)I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
callback
public abstract org.graalvm.compiler.jtt.except.UntrustedInterfaces$TestInterface get();
descriptor: ()Lorg/graalvm/compiler/jtt/except/UntrustedInterfaces$TestInterface;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "UntrustedInterfaces.java"
NestHost: org.graalvm.compiler.jtt.except.UntrustedInterfaces
InnerClasses:
public abstract CallBack = org.graalvm.compiler.jtt.except.UntrustedInterfaces$CallBack of org.graalvm.compiler.jtt.except.UntrustedInterfaces
public abstract Pill = org.graalvm.compiler.jtt.except.UntrustedInterfaces$Pill of org.graalvm.compiler.jtt.except.UntrustedInterfaces
private abstract TestInterface = org.graalvm.compiler.jtt.except.UntrustedInterfaces$TestInterface of org.graalvm.compiler.jtt.except.UntrustedInterfaces