public class com.sun.webkit.dom.HTMLDirectoryElementImpl extends com.sun.webkit.dom.HTMLElementImpl implements org.w3c.dom.html.HTMLDirectoryElement
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.webkit.dom.HTMLDirectoryElementImpl
  super_class: com.sun.webkit.dom.HTMLElementImpl
{
  void <init>(long);
    descriptor: (J)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.webkit.dom.HTMLDirectoryElementImpl this
         0: .line 30
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe hierarchy of the type HTMLDirectoryElementImpl is inconsistent\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.webkit.dom.HTMLDirectoryElementImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/dom/HTMLDirectoryElementImpl;
    MethodParameters:
      Name  Flags
      peer  

  static org.w3c.dom.html.HTMLDirectoryElement getImpl(long);
    descriptor: (J)Lorg/w3c/dom/html/HTMLDirectoryElement;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
         0: .line 35
            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  

  public boolean getCompact();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.webkit.dom.HTMLDirectoryElementImpl this
         0: .line 41
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.webkit.dom.HTMLDirectoryElementImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/dom/HTMLDirectoryElementImpl;

  static boolean getCompactImpl(long);
    descriptor: (J)Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
         0: .line 44
            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  

  public void setCompact(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.webkit.dom.HTMLDirectoryElementImpl this
         0: .line 46
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.webkit.dom.HTMLDirectoryElementImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/dom/HTMLDirectoryElementImpl;
    MethodParameters:
       Name  Flags
      value  

  static void setCompactImpl(long, boolean);
    descriptor: (JZ)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
         0: .line 49
            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   
      value  
}
SourceFile: "HTMLDirectoryElementImpl.java"