final class com.sun.webkit.dom.JSObject$SelfDisposer implements com.sun.webkit.DisposerRecord
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: com.sun.webkit.dom.JSObject$SelfDisposer
super_class: java.lang.Object
{
long peer;
descriptor: J
flags: (0x0000)
final int peer_type;
descriptor: I
flags: (0x0010) ACC_FINAL
private void <init>(long, int);
descriptor: (JI)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=4, args_size=3
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tThe import netscape.javascript cannot be resolved\n\tnetscape cannot be resolved to a type\n\tThe method eval(String) of type JSObject must override or implement a supertype method\n\tJSException cannot be resolved to a type\n\tThe method getMember(String) of type JSObject must override or implement a supertype method\n\tThe method setMember(String, Object) of type JSObject must override or implement a supertype method\n\tJSException cannot be resolved to a type\n\tThe method removeMember(String) of type JSObject must override or implement a supertype method\n\tJSException cannot be resolved to a type\n\tThe method getSlot(int) of type JSObject must override or implement a supertype method\n\tJSException cannot be resolved to a type\n\tThe method setSlot(int, Object) of type JSObject must override or implement a supertype method\n\tJSException cannot be resolved to a type\n\tThe method call(String, Object...) of type JSObject must override or implement a supertype method\n\tJSException cannot be resolved to a type\n\tThe method toString() of type JSObject must override or implement a supertype method\n\tThe method equals(Object) of type JSObject must override or implement a supertype method\n\tThe method hashCode() of type JSObject must override or implement a supertype method\n\tJSException cannot be resolved to a type\n\tJSException cannot be resolved to a type\n\tJSException cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/webkit/dom/JSObject$SelfDisposer;
MethodParameters:
Name Flags
peer
peer_type
public void dispose();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/webkit/dom/JSObject$SelfDisposer;
}
SourceFile: "JSObject.java"
NestHost: com.sun.webkit.dom.JSObject
InnerClasses:
private final SelfDisposer = com.sun.webkit.dom.JSObject$SelfDisposer of com.sun.webkit.dom.JSObject