public class com.sun.webkit.dom.EntityReferenceImpl extends com.sun.webkit.dom.NodeImpl implements org.w3c.dom.EntityReference
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.webkit.dom.EntityReferenceImpl
super_class: com.sun.webkit.dom.NodeImpl
{
void <init>(long);
descriptor: (J)V
flags: (0x0000)
Code:
stack=3, locals=3, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tThe hierarchy of the type EntityReferenceImpl is inconsistent\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/EntityReferenceImpl;
MethodParameters:
Name Flags
peer
static org.w3c.dom.EntityReference getImpl(long);
descriptor: (J)Lorg/w3c/dom/EntityReference;
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=2, args_size=1
0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
MethodParameters:
Name Flags
peer
}
SourceFile: "EntityReferenceImpl.java"