unot
クラス DepthFormatLineReader

java.lang.Object
  |
  +--unot.LineReader
        |
        +--unot.DepthFormatLineReader

class DepthFormatLineReader
extends LineReader

深さラベルノード形式の入力ファイルの行読み込みルーチンのクラス.


フィールドの概要
static boolean DEBUG_READLINE
           
 unot.DocSet docset
           
(パッケージプライベート)  java.lang.String signature
           
 java.io.StreamTokenizer st
          ??????????g??????
 
コンストラクタの概要
DepthFormatLineReader(unot.DocSet docset, java.io.StreamTokenizer st)
           
 
メソッドの概要
(パッケージプライベート)  java.lang.String getSignature()
           
 unot.DLpair readDLpairLine()
          ノード行を1行読み込んでデータを更新する.
(パッケージプライベート)  int readLabelField(java.io.StreamTokenizer st)
          現在のトークンを単語として読み,次のトークンに進む.
 unot.UnotNode readNodeLine()
          ノード行を1行読み込んでデータを更新する.
(パッケージプライベート)  int readNumberField(java.io.StreamTokenizer st)
          現在のトークンを数字として読み,次のトークンに進む.
(パッケージプライベート)  int readNumberLine()
           
(パッケージプライベート)  java.lang.String readWordLine()
           
(パッケージプライベート)  void skipRestOfLine()
           
(パッケージプライベート)  java.lang.String tokenTypeName(java.io.StreamTokenizer st)
          Utility
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

signature

final java.lang.String signature
関連項目:
定数フィールド値

DEBUG_READLINE

public static final boolean DEBUG_READLINE
関連項目:
定数フィールド値

st

public java.io.StreamTokenizer st
??????????g??????


docset

public unot.DocSet docset
コンストラクタの詳細

DepthFormatLineReader

public DepthFormatLineReader(unot.DocSet docset,
                             java.io.StreamTokenizer st)
メソッドの詳細

getSignature

java.lang.String getSignature()
定義:
クラス LineReader 内の getSignature

readNodeLine

public unot.UnotNode readNodeLine()
                           throws java.io.IOException
ノード行を1行読み込んでデータを更新する.

定義:
クラス LineReader 内の readNodeLine
例外:
java.io.IOException - if an error occurs

readNumberField

int readNumberField(java.io.StreamTokenizer st)
              throws java.io.IOException
現在のトークンを数字として読み,次のトークンに進む.

java.io.IOException

readLabelField

int readLabelField(java.io.StreamTokenizer st)
             throws java.io.IOException
現在のトークンを単語として読み,次のトークンに進む.

java.io.IOException

readDLpairLine

public unot.DLpair readDLpairLine()
                           throws java.io.IOException
ノード行を1行読み込んでデータを更新する.

例外:
java.io.IOException - if an error occurs

skipRestOfLine

void skipRestOfLine()
              throws java.io.IOException
java.io.IOException

readNumberLine

int readNumberLine()
             throws java.io.IOException
java.io.IOException

readWordLine

java.lang.String readWordLine()
                        throws java.io.IOException
java.io.IOException

tokenTypeName

java.lang.String tokenTypeName(java.io.StreamTokenizer st)
Utility