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

  private final org.apache.lucene.analysis.ja.dict.TokenInfoFST fst;
    descriptor: Lorg/apache/lucene/analysis/ja/dict/TokenInfoFST;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(org.apache.lucene.analysis.ja.dict.BinaryDictionary$ResourceScheme, java.lang.String);
    descriptor: (Lorg/apache/lucene/analysis/ja/dict/BinaryDictionary$ResourceScheme;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // org.apache.lucene.analysis.ja.dict.TokenInfoDictionary this
        start local 1 // org.apache.lucene.analysis.ja.dict.BinaryDictionary$ResourceScheme resourceScheme
        start local 2 // java.lang.String resourcePath
         0: .line 44
            aload 0 /* this */
            aload 1 /* resourceScheme */
            aload 2 /* resourcePath */
            invokespecial org.apache.lucene.analysis.ja.dict.BinaryDictionary.<init>:(Lorg/apache/lucene/analysis/ja/dict/BinaryDictionary$ResourceScheme;Ljava/lang/String;)V
         1: .line 46
            aconst_null
            astore 4
            aconst_null
            astore 5
         2: new java.io.BufferedInputStream
            dup
            aload 0 /* this */
            ldc "$fst.dat"
            invokevirtual org.apache.lucene.analysis.ja.dict.TokenInfoDictionary.getResource:(Ljava/lang/String;)Ljava/io/InputStream;
            invokespecial java.io.BufferedInputStream.<init>:(Ljava/io/InputStream;)V
            astore 6 /* is */
        start local 6 // java.io.InputStream is
         3: .line 47
            new org.apache.lucene.util.fst.FST
            dup
            new org.apache.lucene.store.InputStreamDataInput
            dup
            aload 6 /* is */
            invokespecial org.apache.lucene.store.InputStreamDataInput.<init>:(Ljava/io/InputStream;)V
            invokestatic org.apache.lucene.util.fst.PositiveIntOutputs.getSingleton:()Lorg/apache/lucene/util/fst/PositiveIntOutputs;
            invokespecial org.apache.lucene.util.fst.FST.<init>:(Lorg/apache/lucene/store/DataInput;Lorg/apache/lucene/util/fst/Outputs;)V
            astore 3 /* fst */
        start local 3 // org.apache.lucene.util.fst.FST fst
         4: .line 48
            aload 6 /* is */
            ifnull 10
            aload 6 /* is */
            invokevirtual java.io.InputStream.close:()V
            goto 10
        end local 3 // org.apache.lucene.util.fst.FST fst
      StackMap locals: org.apache.lucene.analysis.ja.dict.TokenInfoDictionary org.apache.lucene.analysis.ja.dict.BinaryDictionary$ResourceScheme java.lang.String top java.lang.Throwable java.lang.Throwable java.io.InputStream
      StackMap stack: java.lang.Throwable
         5: astore 4
            aload 6 /* is */
            ifnull 6
            aload 6 /* is */
            invokevirtual java.io.InputStream.close:()V
        end local 6 // java.io.InputStream is
      StackMap locals:
      StackMap stack:
         6: aload 4
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         7: astore 5
            aload 4
            ifnonnull 8
            aload 5
            astore 4
            goto 9
      StackMap locals:
      StackMap stack:
         8: aload 4
            aload 5
            if_acmpeq 9
            aload 4
            aload 5
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
         9: aload 4
            athrow
        start local 3 // org.apache.lucene.util.fst.FST fst
        10: .line 50
      StackMap locals: org.apache.lucene.analysis.ja.dict.TokenInfoDictionary org.apache.lucene.analysis.ja.dict.BinaryDictionary$ResourceScheme java.lang.String org.apache.lucene.util.fst.FST
      StackMap stack:
            aload 0 /* this */
            new org.apache.lucene.analysis.ja.dict.TokenInfoFST
            dup
            aload 3 /* fst */
            iconst_1
            invokespecial org.apache.lucene.analysis.ja.dict.TokenInfoFST.<init>:(Lorg/apache/lucene/util/fst/FST;Z)V
            putfield org.apache.lucene.analysis.ja.dict.TokenInfoDictionary.fst:Lorg/apache/lucene/analysis/ja/dict/TokenInfoFST;
        11: .line 51
            return
        end local 3 // org.apache.lucene.util.fst.FST fst
        end local 2 // java.lang.String resourcePath
        end local 1 // org.apache.lucene.analysis.ja.dict.BinaryDictionary$ResourceScheme resourceScheme
        end local 0 // org.apache.lucene.analysis.ja.dict.TokenInfoDictionary this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   12     0            this  Lorg/apache/lucene/analysis/ja/dict/TokenInfoDictionary;
            0   12     1  resourceScheme  Lorg/apache/lucene/analysis/ja/dict/BinaryDictionary$ResourceScheme;
            0   12     2    resourcePath  Ljava/lang/String;
            4    5     3             fst  Lorg/apache/lucene/util/fst/FST<Ljava/lang/Long;>;
           10   12     3             fst  Lorg/apache/lucene/util/fst/FST<Ljava/lang/Long;>;
            3    6     6              is  Ljava/io/InputStream;
      Exception table:
        from    to  target  type
           3     4       5  any
           2     7       7  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                Name  Flags
      resourceScheme  
      resourcePath    

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.lucene.analysis.ja.dict.TokenInfoDictionary this
         0: .line 54
            aload 0 /* this */
            getstatic org.apache.lucene.analysis.ja.dict.BinaryDictionary$ResourceScheme.CLASSPATH:Lorg/apache/lucene/analysis/ja/dict/BinaryDictionary$ResourceScheme;
            aconst_null
            invokespecial org.apache.lucene.analysis.ja.dict.TokenInfoDictionary.<init>:(Lorg/apache/lucene/analysis/ja/dict/BinaryDictionary$ResourceScheme;Ljava/lang/String;)V
         1: .line 55
            return
        end local 0 // org.apache.lucene.analysis.ja.dict.TokenInfoDictionary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/analysis/ja/dict/TokenInfoDictionary;
    Exceptions:
      throws java.io.IOException

  public org.apache.lucene.analysis.ja.dict.TokenInfoFST getFST();
    descriptor: ()Lorg/apache/lucene/analysis/ja/dict/TokenInfoFST;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.analysis.ja.dict.TokenInfoDictionary this
         0: .line 58
            aload 0 /* this */
            getfield org.apache.lucene.analysis.ja.dict.TokenInfoDictionary.fst:Lorg/apache/lucene/analysis/ja/dict/TokenInfoFST;
            areturn
        end local 0 // org.apache.lucene.analysis.ja.dict.TokenInfoDictionary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/analysis/ja/dict/TokenInfoDictionary;

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