public class com.sun.webkit.dom.StyleSheetImpl implements org.w3c.dom.stylesheets.StyleSheet
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.webkit.dom.StyleSheetImpl
  super_class: java.lang.Object
{
  private final long peer;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static final int TYPE_CSSStyleSheet;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  void <init>(long);
    descriptor: (J)V
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.sun.webkit.dom.StyleSheetImpl this
        start local 1 // long peer
         0: .line 45
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 46
            aload 0 /* this */
            lload 1 /* peer */
            putfield com.sun.webkit.dom.StyleSheetImpl.peer:J
         2: .line 47
            aload 0 /* this */
            new com.sun.webkit.dom.StyleSheetImpl$SelfDisposer
            dup
            lload 1 /* peer */
            invokespecial com.sun.webkit.dom.StyleSheetImpl$SelfDisposer.<init>:(J)V
            invokestatic com.sun.webkit.Disposer.addRecord:(Ljava/lang/Object;Lcom/sun/webkit/DisposerRecord;)V
         3: .line 48
            return
        end local 1 // long peer
        end local 0 // com.sun.webkit.dom.StyleSheetImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/webkit/dom/StyleSheetImpl;
            0    4     1  peer  J
    MethodParameters:
      Name  Flags
      peer  

  static org.w3c.dom.stylesheets.StyleSheet create(long);
    descriptor: (J)Lorg/w3c/dom/stylesheets/StyleSheet;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // long peer
         0: .line 51
            lload 0 /* peer */
            lconst_0
            lcmp
            ifne 1
            aconst_null
            areturn
         1: .line 52
      StackMap locals:
      StackMap stack:
            lload 0 /* peer */
            invokestatic com.sun.webkit.dom.StyleSheetImpl.getCPPTypeImpl:(J)I
            tableswitch { // 1 - 1
                    1: 2
              default: 3
          }
         2: .line 53
      StackMap locals:
      StackMap stack:
            new com.sun.webkit.dom.CSSStyleSheetImpl
            dup
            lload 0 /* peer */
            invokespecial com.sun.webkit.dom.CSSStyleSheetImpl.<init>:(J)V
            areturn
         3: .line 55
      StackMap locals:
      StackMap stack:
            new com.sun.webkit.dom.StyleSheetImpl
            dup
            lload 0 /* peer */
            invokespecial com.sun.webkit.dom.StyleSheetImpl.<init>:(J)V
            areturn
        end local 0 // long peer
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  peer  J
    MethodParameters:
      Name  Flags
      peer  

  long getPeer();
    descriptor: ()J
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.webkit.dom.StyleSheetImpl this
         0: .line 61
            aload 0 /* this */
            getfield com.sun.webkit.dom.StyleSheetImpl.peer:J
            lreturn
        end local 0 // com.sun.webkit.dom.StyleSheetImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/dom/StyleSheetImpl;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.webkit.dom.StyleSheetImpl this
        start local 1 // java.lang.Object that
         0: .line 65
            aload 1 /* that */
            instanceof com.sun.webkit.dom.StyleSheetImpl
            ifeq 1
            aload 0 /* this */
            getfield com.sun.webkit.dom.StyleSheetImpl.peer:J
            aload 1 /* that */
            checkcast com.sun.webkit.dom.StyleSheetImpl
            getfield com.sun.webkit.dom.StyleSheetImpl.peer:J
            lcmp
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.lang.Object that
        end local 0 // com.sun.webkit.dom.StyleSheetImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/webkit/dom/StyleSheetImpl;
            0    2     1  that  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      that  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // com.sun.webkit.dom.StyleSheetImpl this
         0: .line 69
            aload 0 /* this */
            getfield com.sun.webkit.dom.StyleSheetImpl.peer:J
            lstore 1 /* p */
        start local 1 // long p
         1: .line 70
            lload 1 /* p */
            lload 1 /* p */
            bipush 17
            lshr
            lxor
            l2i
            ireturn
        end local 1 // long p
        end local 0 // com.sun.webkit.dom.StyleSheetImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/webkit/dom/StyleSheetImpl;
            1    2     1     p  J

  static long getPeer(org.w3c.dom.stylesheets.StyleSheet);
    descriptor: (Lorg/w3c/dom/stylesheets/StyleSheet;)J
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.w3c.dom.stylesheets.StyleSheet arg
         0: .line 74
            aload 0 /* arg */
            ifnonnull 1
            lconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* arg */
            checkcast com.sun.webkit.dom.StyleSheetImpl
            invokevirtual com.sun.webkit.dom.StyleSheetImpl.getPeer:()J
      StackMap locals:
      StackMap stack: long
         2: lreturn
        end local 0 // org.w3c.dom.stylesheets.StyleSheet arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   arg  Lorg/w3c/dom/stylesheets/StyleSheet;
    MethodParameters:
      Name  Flags
      arg   

  private static native void dispose(long);
    descriptor: (J)V
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
    MethodParameters:
      Name  Flags
      peer  

  private static native int getCPPTypeImpl(long);
    descriptor: (J)I
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
    MethodParameters:
      Name  Flags
      peer  

  static org.w3c.dom.stylesheets.StyleSheet getImpl(long);
    descriptor: (J)Lorg/w3c/dom/stylesheets/StyleSheet;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // long peer
         0: .line 83
            lload 0 /* peer */
            invokestatic com.sun.webkit.dom.StyleSheetImpl.create:(J)Lorg/w3c/dom/stylesheets/StyleSheet;
            areturn
        end local 0 // long peer
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  peer  J
    MethodParameters:
      Name  Flags
      peer  

  public java.lang.String getType();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.webkit.dom.StyleSheetImpl this
         0: .line 89
            aload 0 /* this */
            invokevirtual com.sun.webkit.dom.StyleSheetImpl.getPeer:()J
            invokestatic com.sun.webkit.dom.StyleSheetImpl.getTypeImpl:(J)Ljava/lang/String;
            areturn
        end local 0 // com.sun.webkit.dom.StyleSheetImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/dom/StyleSheetImpl;

  static native java.lang.String getTypeImpl(long);
    descriptor: (J)Ljava/lang/String;
    flags: (0x0108) ACC_STATIC, ACC_NATIVE
    MethodParameters:
      Name  Flags
      peer  

  public boolean getDisabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.webkit.dom.StyleSheetImpl this
         0: .line 94
            aload 0 /* this */
            invokevirtual com.sun.webkit.dom.StyleSheetImpl.getPeer:()J
            invokestatic com.sun.webkit.dom.StyleSheetImpl.getDisabledImpl:(J)Z
            ireturn
        end local 0 // com.sun.webkit.dom.StyleSheetImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/dom/StyleSheetImpl;

  static native boolean getDisabledImpl(long);
    descriptor: (J)Z
    flags: (0x0108) ACC_STATIC, ACC_NATIVE
    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.StyleSheetImpl this
        start local 1 // boolean value
         0: .line 99
            aload 0 /* this */
            invokevirtual com.sun.webkit.dom.StyleSheetImpl.getPeer:()J
            iload 1 /* value */
            invokestatic com.sun.webkit.dom.StyleSheetImpl.setDisabledImpl:(JZ)V
         1: .line 100
            return
        end local 1 // boolean value
        end local 0 // com.sun.webkit.dom.StyleSheetImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/webkit/dom/StyleSheetImpl;
            0    2     1  value  Z
    MethodParameters:
       Name  Flags
      value  

  static native void setDisabledImpl(long, boolean);
    descriptor: (JZ)V
    flags: (0x0108) ACC_STATIC, ACC_NATIVE
    MethodParameters:
       Name  Flags
      peer   
      value  

  public org.w3c.dom.Node getOwnerNode();
    descriptor: ()Lorg/w3c/dom/Node;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.webkit.dom.StyleSheetImpl this
         0: .line 104
            aload 0 /* this */
            invokevirtual com.sun.webkit.dom.StyleSheetImpl.getPeer:()J
            invokestatic com.sun.webkit.dom.StyleSheetImpl.getOwnerNodeImpl:(J)J
            invokestatic com.sun.webkit.dom.NodeImpl.getImpl:(J)Lorg/w3c/dom/Node;
            areturn
        end local 0 // com.sun.webkit.dom.StyleSheetImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/dom/StyleSheetImpl;

  static native long getOwnerNodeImpl(long);
    descriptor: (J)J
    flags: (0x0108) ACC_STATIC, ACC_NATIVE
    MethodParameters:
      Name  Flags
      peer  

  public org.w3c.dom.stylesheets.StyleSheet getParentStyleSheet();
    descriptor: ()Lorg/w3c/dom/stylesheets/StyleSheet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.webkit.dom.StyleSheetImpl this
         0: .line 109
            aload 0 /* this */
            invokevirtual com.sun.webkit.dom.StyleSheetImpl.getPeer:()J
            invokestatic com.sun.webkit.dom.StyleSheetImpl.getParentStyleSheetImpl:(J)J
            invokestatic com.sun.webkit.dom.StyleSheetImpl.getImpl:(J)Lorg/w3c/dom/stylesheets/StyleSheet;
            areturn
        end local 0 // com.sun.webkit.dom.StyleSheetImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/dom/StyleSheetImpl;

  static native long getParentStyleSheetImpl(long);
    descriptor: (J)J
    flags: (0x0108) ACC_STATIC, ACC_NATIVE
    MethodParameters:
      Name  Flags
      peer  

  public java.lang.String getHref();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.webkit.dom.StyleSheetImpl this
         0: .line 114
            aload 0 /* this */
            invokevirtual com.sun.webkit.dom.StyleSheetImpl.getPeer:()J
            invokestatic com.sun.webkit.dom.StyleSheetImpl.getHrefImpl:(J)Ljava/lang/String;
            areturn
        end local 0 // com.sun.webkit.dom.StyleSheetImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/dom/StyleSheetImpl;

  static native java.lang.String getHrefImpl(long);
    descriptor: (J)Ljava/lang/String;
    flags: (0x0108) ACC_STATIC, ACC_NATIVE
    MethodParameters:
      Name  Flags
      peer  

  public java.lang.String getTitle();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.webkit.dom.StyleSheetImpl this
         0: .line 119
            aload 0 /* this */
            invokevirtual com.sun.webkit.dom.StyleSheetImpl.getPeer:()J
            invokestatic com.sun.webkit.dom.StyleSheetImpl.getTitleImpl:(J)Ljava/lang/String;
            areturn
        end local 0 // com.sun.webkit.dom.StyleSheetImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/dom/StyleSheetImpl;

  static native java.lang.String getTitleImpl(long);
    descriptor: (J)Ljava/lang/String;
    flags: (0x0108) ACC_STATIC, ACC_NATIVE
    MethodParameters:
      Name  Flags
      peer  

  public org.w3c.dom.stylesheets.MediaList getMedia();
    descriptor: ()Lorg/w3c/dom/stylesheets/MediaList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.webkit.dom.StyleSheetImpl this
         0: .line 124
            aload 0 /* this */
            invokevirtual com.sun.webkit.dom.StyleSheetImpl.getPeer:()J
            invokestatic com.sun.webkit.dom.StyleSheetImpl.getMediaImpl:(J)J
            invokestatic com.sun.webkit.dom.MediaListImpl.getImpl:(J)Lorg/w3c/dom/stylesheets/MediaList;
            areturn
        end local 0 // com.sun.webkit.dom.StyleSheetImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/dom/StyleSheetImpl;

  static native long getMediaImpl(long);
    descriptor: (J)J
    flags: (0x0108) ACC_STATIC, ACC_NATIVE
    MethodParameters:
      Name  Flags
      peer  
}
SourceFile: "StyleSheetImpl.java"
NestMembers:
  com.sun.webkit.dom.StyleSheetImpl$SelfDisposer
InnerClasses:
  private SelfDisposer = com.sun.webkit.dom.StyleSheetImpl$SelfDisposer of com.sun.webkit.dom.StyleSheetImpl