class org.apache.lucene.analysis.cn.smart.hhmm.PathNode implements java.lang.Comparable<org.apache.lucene.analysis.cn.smart.hhmm.PathNode>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.analysis.cn.smart.hhmm.PathNode
  super_class: java.lang.Object
{
  public double weight;
    descriptor: D
    flags: (0x0001) ACC_PUBLIC

  public int preNode;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.analysis.cn.smart.hhmm.PathNode this
         0: .line 26
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.apache.lucene.analysis.cn.smart.hhmm.PathNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/analysis/cn/smart/hhmm/PathNode;

  public int compareTo(org.apache.lucene.analysis.cn.smart.hhmm.PathNode);
    descriptor: (Lorg/apache/lucene/analysis/cn/smart/hhmm/PathNode;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.lucene.analysis.cn.smart.hhmm.PathNode this
        start local 1 // org.apache.lucene.analysis.cn.smart.hhmm.PathNode pn
         0: .line 33
            aload 0 /* this */
            getfield org.apache.lucene.analysis.cn.smart.hhmm.PathNode.weight:D
            aload 1 /* pn */
            getfield org.apache.lucene.analysis.cn.smart.hhmm.PathNode.weight:D
            dcmpg
            ifge 2
         1: .line 34
            iconst_m1
            ireturn
         2: .line 35
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.analysis.cn.smart.hhmm.PathNode.weight:D
            aload 1 /* pn */
            getfield org.apache.lucene.analysis.cn.smart.hhmm.PathNode.weight:D
            dcmpl
            ifne 4
         3: .line 36
            iconst_0
            ireturn
         4: .line 38
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 1 // org.apache.lucene.analysis.cn.smart.hhmm.PathNode pn
        end local 0 // org.apache.lucene.analysis.cn.smart.hhmm.PathNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/lucene/analysis/cn/smart/hhmm/PathNode;
            0    5     1    pn  Lorg/apache/lucene/analysis/cn/smart/hhmm/PathNode;
    MethodParameters:
      Name  Flags
      pn    

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=1
        start local 0 // org.apache.lucene.analysis.cn.smart.hhmm.PathNode this
         0: .line 47
            iconst_1
            istore 1 /* result */
        start local 1 // int result
         1: .line 48
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.apache.lucene.analysis.cn.smart.hhmm.PathNode.preNode:I
            iadd
            istore 1 /* result */
         2: .line 50
            aload 0 /* this */
            getfield org.apache.lucene.analysis.cn.smart.hhmm.PathNode.weight:D
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lstore 2 /* temp */
        start local 2 // long temp
         3: .line 51
            bipush 31
            iload 1 /* result */
            imul
            lload 2 /* temp */
            lload 2 /* temp */
            bipush 32
            lushr
            lxor
            l2i
            iadd
            istore 1 /* result */
         4: .line 52
            iload 1 /* result */
            ireturn
        end local 2 // long temp
        end local 1 // int result
        end local 0 // org.apache.lucene.analysis.cn.smart.hhmm.PathNode this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/apache/lucene/analysis/cn/smart/hhmm/PathNode;
            1    5     1  result  I
            3    5     2    temp  J

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.apache.lucene.analysis.cn.smart.hhmm.PathNode this
        start local 1 // java.lang.Object obj
         0: .line 60
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 61
            iconst_1
            ireturn
         2: .line 62
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            ifnonnull 4
         3: .line 63
            iconst_0
            ireturn
         4: .line 64
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* obj */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 6
         5: .line 65
            iconst_0
            ireturn
         6: .line 66
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast org.apache.lucene.analysis.cn.smart.hhmm.PathNode
            astore 2 /* other */
        start local 2 // org.apache.lucene.analysis.cn.smart.hhmm.PathNode other
         7: .line 67
            aload 0 /* this */
            getfield org.apache.lucene.analysis.cn.smart.hhmm.PathNode.preNode:I
            aload 2 /* other */
            getfield org.apache.lucene.analysis.cn.smart.hhmm.PathNode.preNode:I
            if_icmpeq 9
         8: .line 68
            iconst_0
            ireturn
         9: .line 69
      StackMap locals: org.apache.lucene.analysis.cn.smart.hhmm.PathNode
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.analysis.cn.smart.hhmm.PathNode.weight:D
            invokestatic java.lang.Double.doubleToLongBits:(D)J
        10: .line 70
            aload 2 /* other */
            getfield org.apache.lucene.analysis.cn.smart.hhmm.PathNode.weight:D
            invokestatic java.lang.Double.doubleToLongBits:(D)J
        11: .line 69
            lcmp
            ifeq 13
        12: .line 71
            iconst_0
            ireturn
        13: .line 72
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // org.apache.lucene.analysis.cn.smart.hhmm.PathNode other
        end local 1 // java.lang.Object obj
        end local 0 // org.apache.lucene.analysis.cn.smart.hhmm.PathNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   14     0   this  Lorg/apache/lucene/analysis/cn/smart/hhmm/PathNode;
            0   14     1    obj  Ljava/lang/Object;
            7   14     2  other  Lorg/apache/lucene/analysis/cn/smart/hhmm/PathNode;
    MethodParameters:
      Name  Flags
      obj   

  public int compareTo(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.apache.lucene.analysis.cn.smart.hhmm.PathNode
            invokevirtual org.apache.lucene.analysis.cn.smart.hhmm.PathNode.compareTo:(Lorg/apache/lucene/analysis/cn/smart/hhmm/PathNode;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/lang/Comparable<Lorg/apache/lucene/analysis/cn/smart/hhmm/PathNode;>;
SourceFile: "PathNode.java"