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

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

  static org.w3c.dom.xpath.XPathExpression create(long);
    descriptor: (J)Lorg/w3c/dom/xpath/XPathExpression;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // long peer
         0: .line 52
            lload 0 /* peer */
            lconst_0
            lcmp
            ifne 1
            aconst_null
            areturn
         1: .line 53
      StackMap locals:
      StackMap stack:
            new com.sun.webkit.dom.XPathExpressionImpl
            dup
            lload 0 /* peer */
            invokespecial com.sun.webkit.dom.XPathExpressionImpl.<init>:(J)V
            areturn
        end local 0 // long peer
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     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.XPathExpressionImpl this
         0: .line 59
            aload 0 /* this */
            getfield com.sun.webkit.dom.XPathExpressionImpl.peer:J
            lreturn
        end local 0 // com.sun.webkit.dom.XPathExpressionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/dom/XPathExpressionImpl;

  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.XPathExpressionImpl this
        start local 1 // java.lang.Object that
         0: .line 63
            aload 1 /* that */
            instanceof com.sun.webkit.dom.XPathExpressionImpl
            ifeq 1
            aload 0 /* this */
            getfield com.sun.webkit.dom.XPathExpressionImpl.peer:J
            aload 1 /* that */
            checkcast com.sun.webkit.dom.XPathExpressionImpl
            getfield com.sun.webkit.dom.XPathExpressionImpl.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.XPathExpressionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/webkit/dom/XPathExpressionImpl;
            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.XPathExpressionImpl this
         0: .line 67
            aload 0 /* this */
            getfield com.sun.webkit.dom.XPathExpressionImpl.peer:J
            lstore 1 /* p */
        start local 1 // long p
         1: .line 68
            lload 1 /* p */
            lload 1 /* p */
            bipush 17
            lshr
            lxor
            l2i
            ireturn
        end local 1 // long p
        end local 0 // com.sun.webkit.dom.XPathExpressionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/webkit/dom/XPathExpressionImpl;
            1    2     1     p  J

  static long getPeer(org.w3c.dom.xpath.XPathExpression);
    descriptor: (Lorg/w3c/dom/xpath/XPathExpression;)J
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.w3c.dom.xpath.XPathExpression arg
         0: .line 72
            aload 0 /* arg */
            ifnonnull 1
            lconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* arg */
            checkcast com.sun.webkit.dom.XPathExpressionImpl
            invokevirtual com.sun.webkit.dom.XPathExpressionImpl.getPeer:()J
      StackMap locals:
      StackMap stack: long
         2: lreturn
        end local 0 // org.w3c.dom.xpath.XPathExpression arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   arg  Lorg/w3c/dom/xpath/XPathExpression;
    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  

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

  public java.lang.Object evaluate(org.w3c.dom.Node, short, java.lang.Object);
    descriptor: (Lorg/w3c/dom/Node;SLjava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.sun.webkit.dom.XPathExpressionImpl this
        start local 1 // org.w3c.dom.Node contextNode
        start local 2 // short type
        start local 3 // java.lang.Object result
         0: .line 82
            aload 0 /* this */
            aload 1 /* contextNode */
            iload 2 /* type */
            aload 3 /* result */
            checkcast org.w3c.dom.xpath.XPathResult
            invokevirtual com.sun.webkit.dom.XPathExpressionImpl.evaluate:(Lorg/w3c/dom/Node;SLorg/w3c/dom/xpath/XPathResult;)Lorg/w3c/dom/xpath/XPathResult;
            areturn
        end local 3 // java.lang.Object result
        end local 2 // short type
        end local 1 // org.w3c.dom.Node contextNode
        end local 0 // com.sun.webkit.dom.XPathExpressionImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/sun/webkit/dom/XPathExpressionImpl;
            0    1     1  contextNode  Lorg/w3c/dom/Node;
            0    1     2         type  S
            0    1     3       result  Ljava/lang/Object;
    Exceptions:
      throws org.w3c.dom.DOMException
    MethodParameters:
             Name  Flags
      contextNode  
      type         
      result       

  public org.w3c.dom.xpath.XPathResult evaluate(org.w3c.dom.Node, short, org.w3c.dom.xpath.XPathResult);
    descriptor: (Lorg/w3c/dom/Node;SLorg/w3c/dom/xpath/XPathResult;)Lorg/w3c/dom/xpath/XPathResult;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // com.sun.webkit.dom.XPathExpressionImpl this
        start local 1 // org.w3c.dom.Node contextNode
        start local 2 // short type
        start local 3 // org.w3c.dom.xpath.XPathResult inResult
         0: .line 90
            aload 0 /* this */
            invokevirtual com.sun.webkit.dom.XPathExpressionImpl.getPeer:()J
         1: .line 91
            aload 1 /* contextNode */
            invokestatic com.sun.webkit.dom.NodeImpl.getPeer:(Lorg/w3c/dom/Node;)J
         2: .line 92
            iload 2 /* type */
         3: .line 93
            aload 3 /* inResult */
            invokestatic com.sun.webkit.dom.XPathResultImpl.getPeer:(Lorg/w3c/dom/xpath/XPathResult;)J
         4: .line 90
            invokestatic com.sun.webkit.dom.XPathExpressionImpl.evaluateImpl:(JJSJ)J
            invokestatic com.sun.webkit.dom.XPathResultImpl.getImpl:(J)Lorg/w3c/dom/xpath/XPathResult;
            areturn
        end local 3 // org.w3c.dom.xpath.XPathResult inResult
        end local 2 // short type
        end local 1 // org.w3c.dom.Node contextNode
        end local 0 // com.sun.webkit.dom.XPathExpressionImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lcom/sun/webkit/dom/XPathExpressionImpl;
            0    5     1  contextNode  Lorg/w3c/dom/Node;
            0    5     2         type  S
            0    5     3     inResult  Lorg/w3c/dom/xpath/XPathResult;
    Exceptions:
      throws org.w3c.dom.DOMException
    MethodParameters:
             Name  Flags
      contextNode  
      type         
      inResult     

  static native long evaluateImpl(long, long, short, long);
    descriptor: (JJSJ)J
    flags: (0x0108) ACC_STATIC, ACC_NATIVE
    MethodParameters:
             Name  Flags
      peer         
      contextNode  
      type         
      inResult     
}
SourceFile: "XPathExpressionImpl.java"
NestMembers:
  com.sun.webkit.dom.XPathExpressionImpl$SelfDisposer
InnerClasses:
  private SelfDisposer = com.sun.webkit.dom.XPathExpressionImpl$SelfDisposer of com.sun.webkit.dom.XPathExpressionImpl