public class com.sun.webkit.dom.HTMLStyleElementImpl extends com.sun.webkit.dom.HTMLElementImpl implements org.w3c.dom.html.HTMLStyleElement
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.webkit.dom.HTMLStyleElementImpl
  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.HTMLStyleElementImpl this
         0: .line 31
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe hierarchy of the type HTMLStyleElementImpl is inconsistent\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.webkit.dom.HTMLStyleElementImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/dom/HTMLStyleElementImpl;
    MethodParameters:
      Name  Flags
      peer  

  static org.w3c.dom.html.HTMLStyleElement getImpl(long);
    descriptor: (J)Lorg/w3c/dom/html/HTMLStyleElement;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
         0: .line 36
            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 getDisabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.webkit.dom.HTMLStyleElementImpl this
         0: .line 42
            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.HTMLStyleElementImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/dom/HTMLStyleElementImpl;

  static boolean getDisabledImpl(long);
    descriptor: (J)Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
         0: .line 45
            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 setDisabled(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.webkit.dom.HTMLStyleElementImpl this
         0: .line 47
            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.HTMLStyleElementImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/dom/HTMLStyleElementImpl;
    MethodParameters:
       Name  Flags
      value  

  static void setDisabledImpl(long, boolean);
    descriptor: (JZ)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
         0: .line 50
            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  

  public java.lang.String getMedia();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.webkit.dom.HTMLStyleElementImpl this
         0: .line 52
            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.HTMLStyleElementImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/dom/HTMLStyleElementImpl;

  static java.lang.String getMediaImpl(long);
    descriptor: (J)Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
         0: .line 55
            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 setMedia(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.webkit.dom.HTMLStyleElementImpl this
         0: .line 57
            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.HTMLStyleElementImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/dom/HTMLStyleElementImpl;
    MethodParameters:
       Name  Flags
      value  

  static void setMediaImpl(long, java.lang.String);
    descriptor: (JLjava/lang/String;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
         0: .line 60
            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  

  public java.lang.String getType();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.webkit.dom.HTMLStyleElementImpl this
         0: .line 62
            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.HTMLStyleElementImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/dom/HTMLStyleElementImpl;

  static java.lang.String getTypeImpl(long);
    descriptor: (J)Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
         0: .line 65
            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 setType(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.webkit.dom.HTMLStyleElementImpl this
         0: .line 67
            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.HTMLStyleElementImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/dom/HTMLStyleElementImpl;
    MethodParameters:
       Name  Flags
      value  

  static void setTypeImpl(long, java.lang.String);
    descriptor: (JLjava/lang/String;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
         0: .line 70
            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  

  public org.w3c.dom.stylesheets.StyleSheet getSheet();
    descriptor: ()Lorg/w3c/dom/stylesheets/StyleSheet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.webkit.dom.HTMLStyleElementImpl this
         0: .line 72
            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.HTMLStyleElementImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/dom/HTMLStyleElementImpl;

  static long getSheetImpl(long);
    descriptor: (J)J
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
         0: .line 75
            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: "HTMLStyleElementImpl.java"