public class org.apache.lucene.analysis.cn.smart.HMMChineseTokenizer extends org.apache.lucene.analysis.util.SegmentingTokenizerBase
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.lucene.analysis.cn.smart.HMMChineseTokenizer
  super_class: org.apache.lucene.analysis.util.SegmentingTokenizerBase
{
  private static final java.text.BreakIterator sentenceProto;
    descriptor: Ljava/text/BreakIterator;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final org.apache.lucene.analysis.tokenattributes.CharTermAttribute termAtt;
    descriptor: Lorg/apache/lucene/analysis/tokenattributes/CharTermAttribute;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.apache.lucene.analysis.tokenattributes.OffsetAttribute offsetAtt;
    descriptor: Lorg/apache/lucene/analysis/tokenattributes/OffsetAttribute;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.apache.lucene.analysis.tokenattributes.TypeAttribute typeAtt;
    descriptor: Lorg/apache/lucene/analysis/tokenattributes/TypeAttribute;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.apache.lucene.analysis.cn.smart.WordSegmenter wordSegmenter;
    descriptor: Lorg/apache/lucene/analysis/cn/smart/WordSegmenter;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private java.util.Iterator<org.apache.lucene.analysis.cn.smart.hhmm.SegToken> tokens;
    descriptor: Ljava/util/Iterator;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Iterator<Lorg/apache/lucene/analysis/cn/smart/hhmm/SegToken;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 40
            getstatic java.util.Locale.ROOT:Ljava/util/Locale;
            invokestatic java.text.BreakIterator.getSentenceInstance:(Ljava/util/Locale;)Ljava/text/BreakIterator;
            putstatic org.apache.lucene.analysis.cn.smart.HMMChineseTokenizer.sentenceProto:Ljava/text/BreakIterator;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.analysis.cn.smart.HMMChineseTokenizer this
         0: .line 51
            aload 0 /* this */
            getstatic org.apache.lucene.analysis.cn.smart.HMMChineseTokenizer.DEFAULT_TOKEN_ATTRIBUTE_FACTORY:Lorg/apache/lucene/util/AttributeFactory;
            invokespecial org.apache.lucene.analysis.cn.smart.HMMChineseTokenizer.<init>:(Lorg/apache/lucene/util/AttributeFactory;)V
         1: .line 52
            return
        end local 0 // org.apache.lucene.analysis.cn.smart.HMMChineseTokenizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/analysis/cn/smart/HMMChineseTokenizer;

  public void <init>(org.apache.lucene.util.AttributeFactory);
    descriptor: (Lorg/apache/lucene/util/AttributeFactory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.lucene.analysis.cn.smart.HMMChineseTokenizer this
        start local 1 // org.apache.lucene.util.AttributeFactory factory
         0: .line 56
            aload 0 /* this */
            aload 1 /* factory */
            getstatic org.apache.lucene.analysis.cn.smart.HMMChineseTokenizer.sentenceProto:Ljava/text/BreakIterator;
            invokevirtual java.text.BreakIterator.clone:()Ljava/lang/Object;
            checkcast java.text.BreakIterator
            invokespecial org.apache.lucene.analysis.util.SegmentingTokenizerBase.<init>:(Lorg/apache/lucene/util/AttributeFactory;Ljava/text/BreakIterator;)V
         1: .line 42
            aload 0 /* this */
            aload 0 /* this */
            ldc Lorg/apache/lucene/analysis/tokenattributes/CharTermAttribute;
            invokevirtual org.apache.lucene.analysis.cn.smart.HMMChineseTokenizer.addAttribute:(Ljava/lang/Class;)Lorg/apache/lucene/util/Attribute;
            checkcast org.apache.lucene.analysis.tokenattributes.CharTermAttribute
            putfield org.apache.lucene.analysis.cn.smart.HMMChineseTokenizer.termAtt:Lorg/apache/lucene/analysis/tokenattributes/CharTermAttribute;
         2: .line 43
            aload 0 /* this */
            aload 0 /* this */
            ldc Lorg/apache/lucene/analysis/tokenattributes/OffsetAttribute;
            invokevirtual org.apache.lucene.analysis.cn.smart.HMMChineseTokenizer.addAttribute:(Ljava/lang/Class;)Lorg/apache/lucene/util/Attribute;
            checkcast org.apache.lucene.analysis.tokenattributes.OffsetAttribute
            putfield org.apache.lucene.analysis.cn.smart.HMMChineseTokenizer.offsetAtt:Lorg/apache/lucene/analysis/tokenattributes/OffsetAttribute;
         3: .line 44
            aload 0 /* this */
            aload 0 /* this */
            ldc Lorg/apache/lucene/analysis/tokenattributes/TypeAttribute;
            invokevirtual org.apache.lucene.analysis.cn.smart.HMMChineseTokenizer.addAttribute:(Ljava/lang/Class;)Lorg/apache/lucene/util/Attribute;
            checkcast org.apache.lucene.analysis.tokenattributes.TypeAttribute
            putfield org.apache.lucene.analysis.cn.smart.HMMChineseTokenizer.typeAtt:Lorg/apache/lucene/analysis/tokenattributes/TypeAttribute;
         4: .line 46
            aload 0 /* this */
            new org.apache.lucene.analysis.cn.smart.WordSegmenter
            dup
            invokespecial org.apache.lucene.analysis.cn.smart.WordSegmenter.<init>:()V
            putfield org.apache.lucene.analysis.cn.smart.HMMChineseTokenizer.wordSegmenter:Lorg/apache/lucene/analysis/cn/smart/WordSegmenter;
         5: .line 57
            return
        end local 1 // org.apache.lucene.util.AttributeFactory factory
        end local 0 // org.apache.lucene.analysis.cn.smart.HMMChineseTokenizer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/apache/lucene/analysis/cn/smart/HMMChineseTokenizer;
            0    6     1  factory  Lorg/apache/lucene/util/AttributeFactory;
    MethodParameters:
         Name  Flags
      factory  

  protected void setNextSentence(int, int);
    descriptor: (II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // org.apache.lucene.analysis.cn.smart.HMMChineseTokenizer this
        start local 1 // int sentenceStart
        start local 2 // int sentenceEnd
         0: .line 61
            new java.lang.String
            dup
            aload 0 /* this */
            getfield org.apache.lucene.analysis.cn.smart.HMMChineseTokenizer.buffer:[C
            iload 1 /* sentenceStart */
            iload 2 /* sentenceEnd */
            iload 1 /* sentenceStart */
            isub
            invokespecial java.lang.String.<init>:([CII)V
            astore 3 /* sentence */
        start local 3 // java.lang.String sentence
         1: .line 62
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.analysis.cn.smart.HMMChineseTokenizer.wordSegmenter:Lorg/apache/lucene/analysis/cn/smart/WordSegmenter;
            aload 3 /* sentence */
            aload 0 /* this */
            getfield org.apache.lucene.analysis.cn.smart.HMMChineseTokenizer.offset:I
            iload 1 /* sentenceStart */
            iadd
            invokevirtual org.apache.lucene.analysis.cn.smart.WordSegmenter.segmentSentence:(Ljava/lang/String;I)Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            putfield org.apache.lucene.analysis.cn.smart.HMMChineseTokenizer.tokens:Ljava/util/Iterator;
         2: .line 63
            return
        end local 3 // java.lang.String sentence
        end local 2 // int sentenceEnd
        end local 1 // int sentenceStart
        end local 0 // org.apache.lucene.analysis.cn.smart.HMMChineseTokenizer this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lorg/apache/lucene/analysis/cn/smart/HMMChineseTokenizer;
            0    3     1  sentenceStart  I
            0    3     2    sentenceEnd  I
            1    3     3       sentence  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      sentenceStart  
      sentenceEnd    

  protected boolean incrementWord();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.apache.lucene.analysis.cn.smart.HMMChineseTokenizer this
         0: .line 67
            aload 0 /* this */
            getfield org.apache.lucene.analysis.cn.smart.HMMChineseTokenizer.tokens:Ljava/util/Iterator;
            ifnull 1
            aload 0 /* this */
            getfield org.apache.lucene.analysis.cn.smart.HMMChineseTokenizer.tokens:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         1: .line 68
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         2: .line 70
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.analysis.cn.smart.HMMChineseTokenizer.tokens:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.lucene.analysis.cn.smart.hhmm.SegToken
            astore 1 /* token */
        start local 1 // org.apache.lucene.analysis.cn.smart.hhmm.SegToken token
         3: .line 71
            aload 0 /* this */
            invokevirtual org.apache.lucene.analysis.cn.smart.HMMChineseTokenizer.clearAttributes:()V
         4: .line 72
            aload 0 /* this */
            getfield org.apache.lucene.analysis.cn.smart.HMMChineseTokenizer.termAtt:Lorg/apache/lucene/analysis/tokenattributes/CharTermAttribute;
            aload 1 /* token */
            getfield org.apache.lucene.analysis.cn.smart.hhmm.SegToken.charArray:[C
            iconst_0
            aload 1 /* token */
            getfield org.apache.lucene.analysis.cn.smart.hhmm.SegToken.charArray:[C
            arraylength
            invokeinterface org.apache.lucene.analysis.tokenattributes.CharTermAttribute.copyBuffer:([CII)V
         5: .line 73
            aload 0 /* this */
            getfield org.apache.lucene.analysis.cn.smart.HMMChineseTokenizer.offsetAtt:Lorg/apache/lucene/analysis/tokenattributes/OffsetAttribute;
            aload 0 /* this */
            aload 1 /* token */
            getfield org.apache.lucene.analysis.cn.smart.hhmm.SegToken.startOffset:I
            invokevirtual org.apache.lucene.analysis.cn.smart.HMMChineseTokenizer.correctOffset:(I)I
            aload 0 /* this */
            aload 1 /* token */
            getfield org.apache.lucene.analysis.cn.smart.hhmm.SegToken.endOffset:I
            invokevirtual org.apache.lucene.analysis.cn.smart.HMMChineseTokenizer.correctOffset:(I)I
            invokeinterface org.apache.lucene.analysis.tokenattributes.OffsetAttribute.setOffset:(II)V
         6: .line 74
            aload 0 /* this */
            getfield org.apache.lucene.analysis.cn.smart.HMMChineseTokenizer.typeAtt:Lorg/apache/lucene/analysis/tokenattributes/TypeAttribute;
            ldc "word"
            invokeinterface org.apache.lucene.analysis.tokenattributes.TypeAttribute.setType:(Ljava/lang/String;)V
         7: .line 75
            iconst_1
            ireturn
        end local 1 // org.apache.lucene.analysis.cn.smart.hhmm.SegToken token
        end local 0 // org.apache.lucene.analysis.cn.smart.HMMChineseTokenizer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lorg/apache/lucene/analysis/cn/smart/HMMChineseTokenizer;
            3    8     1  token  Lorg/apache/lucene/analysis/cn/smart/hhmm/SegToken;

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.analysis.cn.smart.HMMChineseTokenizer this
         0: .line 81
            aload 0 /* this */
            invokespecial org.apache.lucene.analysis.util.SegmentingTokenizerBase.reset:()V
         1: .line 82
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.analysis.cn.smart.HMMChineseTokenizer.tokens:Ljava/util/Iterator;
         2: .line 83
            return
        end local 0 // org.apache.lucene.analysis.cn.smart.HMMChineseTokenizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/analysis/cn/smart/HMMChineseTokenizer;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "HMMChineseTokenizer.java"