public final class org.apache.lucene.analysis.ja.dict.ConnectionCosts
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.apache.lucene.analysis.ja.dict.ConnectionCosts
  super_class: java.lang.Object
{
  public static final java.lang.String FILENAME_SUFFIX;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: ".dat"

  public static final java.lang.String HEADER;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "kuromoji_cc"

  public static final int VERSION;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private final short[][] costs;
    descriptor: [[S
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=12, args_size=1
        start local 0 // org.apache.lucene.analysis.ja.dict.ConnectionCosts this
         0: .line 40
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 41
            aconst_null
            astore 1 /* is */
        start local 1 // java.io.InputStream is
         2: .line 42
            aconst_null
            astore 2 /* costs */
        start local 2 // short[][] costs
         3: .line 43
            iconst_0
            istore 3 /* success */
        start local 3 // boolean success
         4: .line 45
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            ldc ".dat"
            invokestatic org.apache.lucene.analysis.ja.dict.BinaryDictionary.getClassResource:(Ljava/lang/Class;Ljava/lang/String;)Ljava/io/InputStream;
            astore 1 /* is */
         5: .line 46
            new java.io.BufferedInputStream
            dup
            aload 1 /* is */
            invokespecial java.io.BufferedInputStream.<init>:(Ljava/io/InputStream;)V
            astore 1 /* is */
         6: .line 47
            new org.apache.lucene.store.InputStreamDataInput
            dup
            aload 1 /* is */
            invokespecial org.apache.lucene.store.InputStreamDataInput.<init>:(Ljava/io/InputStream;)V
            astore 4 /* in */
        start local 4 // org.apache.lucene.store.DataInput in
         7: .line 48
            aload 4 /* in */
            ldc "kuromoji_cc"
            iconst_1
            iconst_1
            invokestatic org.apache.lucene.codecs.CodecUtil.checkHeader:(Lorg/apache/lucene/store/DataInput;Ljava/lang/String;II)I
            pop
         8: .line 49
            aload 4 /* in */
            invokevirtual org.apache.lucene.store.DataInput.readVInt:()I
            istore 5 /* forwardSize */
        start local 5 // int forwardSize
         9: .line 50
            aload 4 /* in */
            invokevirtual org.apache.lucene.store.DataInput.readVInt:()I
            istore 6 /* backwardSize */
        start local 6 // int backwardSize
        10: .line 51
            iload 6 /* backwardSize */
            iload 5 /* forwardSize */
            multianewarray [[S 2
            astore 2 /* costs */
        11: .line 52
            iconst_0
            istore 7 /* accum */
        start local 7 // int accum
        12: .line 53
            iconst_0
            istore 8 /* j */
        start local 8 // int j
        13: goto 22
        14: .line 54
      StackMap locals: org.apache.lucene.analysis.ja.dict.ConnectionCosts java.io.InputStream short[][] int org.apache.lucene.store.DataInput int int int int
      StackMap stack:
            aload 2 /* costs */
            iload 8 /* j */
            aaload
            astore 9 /* a */
        start local 9 // short[] a
        15: .line 55
            iconst_0
            istore 10 /* i */
        start local 10 // int i
        16: goto 20
        17: .line 56
      StackMap locals: short[] int
      StackMap stack:
            iload 7 /* accum */
            aload 4 /* in */
            invokevirtual org.apache.lucene.store.DataInput.readZInt:()I
            iadd
            istore 7 /* accum */
        18: .line 57
            aload 9 /* a */
            iload 10 /* i */
            iload 7 /* accum */
            i2s
            sastore
        19: .line 55
            iinc 10 /* i */ 1
      StackMap locals:
      StackMap stack:
        20: iload 10 /* i */
            aload 9 /* a */
            arraylength
            if_icmplt 17
        end local 10 // int i
        end local 9 // short[] a
        21: .line 53
            iinc 8 /* j */ 1
      StackMap locals:
      StackMap stack:
        22: iload 8 /* j */
            aload 2 /* costs */
            arraylength
            if_icmplt 14
        end local 8 // int j
        23: .line 60
            iconst_1
            istore 3 /* success */
        end local 7 // int accum
        end local 6 // int backwardSize
        end local 5 // int forwardSize
        end local 4 // org.apache.lucene.store.DataInput in
        24: .line 61
            goto 32
      StackMap locals: org.apache.lucene.analysis.ja.dict.ConnectionCosts java.io.InputStream short[][] int
      StackMap stack: java.lang.Throwable
        25: astore 11
        26: .line 62
            iload 3 /* success */
            ifeq 29
            iconst_1
            anewarray java.io.Closeable
            dup
            iconst_0
        27: .line 63
            aload 1 /* is */
            aastore
            invokestatic org.apache.lucene.util.IOUtils.close:([Ljava/io/Closeable;)V
        28: .line 64
            goto 31
      StackMap locals: org.apache.lucene.analysis.ja.dict.ConnectionCosts java.io.InputStream short[][] int top top top top top top top java.lang.Throwable
      StackMap stack:
        29: iconst_1
            anewarray java.io.Closeable
            dup
            iconst_0
        30: .line 65
            aload 1 /* is */
            aastore
            invokestatic org.apache.lucene.util.IOUtils.closeWhileHandlingException:([Ljava/io/Closeable;)V
        31: .line 67
      StackMap locals:
      StackMap stack:
            aload 11
            athrow
        32: .line 62
      StackMap locals: org.apache.lucene.analysis.ja.dict.ConnectionCosts java.io.InputStream short[][] int
      StackMap stack:
            iload 3 /* success */
            ifeq 35
            iconst_1
            anewarray java.io.Closeable
            dup
            iconst_0
        33: .line 63
            aload 1 /* is */
            aastore
            invokestatic org.apache.lucene.util.IOUtils.close:([Ljava/io/Closeable;)V
        34: .line 64
            goto 37
      StackMap locals:
      StackMap stack:
        35: iconst_1
            anewarray java.io.Closeable
            dup
            iconst_0
        36: .line 65
            aload 1 /* is */
            aastore
            invokestatic org.apache.lucene.util.IOUtils.closeWhileHandlingException:([Ljava/io/Closeable;)V
        37: .line 69
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* costs */
            putfield org.apache.lucene.analysis.ja.dict.ConnectionCosts.costs:[[S
        38: .line 70
            return
        end local 3 // boolean success
        end local 2 // short[][] costs
        end local 1 // java.io.InputStream is
        end local 0 // org.apache.lucene.analysis.ja.dict.ConnectionCosts this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   39     0          this  Lorg/apache/lucene/analysis/ja/dict/ConnectionCosts;
            2   39     1            is  Ljava/io/InputStream;
            3   39     2         costs  [[S
            4   39     3       success  Z
            7   24     4            in  Lorg/apache/lucene/store/DataInput;
            9   24     5   forwardSize  I
           10   24     6  backwardSize  I
           12   24     7         accum  I
           13   23     8             j  I
           15   21     9             a  [S
           16   21    10             i  I
      Exception table:
        from    to  target  type
           4    25      25  any
    Exceptions:
      throws java.io.IOException

  public int get(int, int);
    descriptor: (II)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.lucene.analysis.ja.dict.ConnectionCosts this
        start local 1 // int forwardId
        start local 2 // int backwardId
         0: .line 73
            aload 0 /* this */
            getfield org.apache.lucene.analysis.ja.dict.ConnectionCosts.costs:[[S
            iload 2 /* backwardId */
            aaload
            iload 1 /* forwardId */
            saload
            ireturn
        end local 2 // int backwardId
        end local 1 // int forwardId
        end local 0 // org.apache.lucene.analysis.ja.dict.ConnectionCosts this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/apache/lucene/analysis/ja/dict/ConnectionCosts;
            0    1     1   forwardId  I
            0    1     2  backwardId  I
    MethodParameters:
            Name  Flags
      forwardId   
      backwardId  

  public static org.apache.lucene.analysis.ja.dict.ConnectionCosts getInstance();
    descriptor: ()Lorg/apache/lucene/analysis/ja/dict/ConnectionCosts;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 77
            getstatic org.apache.lucene.analysis.ja.dict.ConnectionCosts$SingletonHolder.INSTANCE:Lorg/apache/lucene/analysis/ja/dict/ConnectionCosts;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "ConnectionCosts.java"
NestMembers:
  org.apache.lucene.analysis.ja.dict.ConnectionCosts$SingletonHolder
InnerClasses:
  private SingletonHolder = org.apache.lucene.analysis.ja.dict.ConnectionCosts$SingletonHolder of org.apache.lucene.analysis.ja.dict.ConnectionCosts