unot
クラス ChildFormatLineReader

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

class ChildFormatLineReader
extends LineReader

子ノードリスト形式の入力ファイル用の行読み込みルーチンのクラス.


フィールドの概要
static boolean DEBUG_READLINE
           
 unot.DocSet docset
           
(パッケージプライベート)  java.lang.String signature
           
 java.io.StreamTokenizer st
          ??????????g??????
 
コンストラクタの概要
ChildFormatLineReader(unot.DocSet docset, java.io.StreamTokenizer st)
           
 
メソッドの概要
(パッケージプライベート)  java.lang.String getSignature()
           
 unot.UnotNode readNodeLine()
          ノード行を1行読み込んでデータを更新する.
(パッケージプライベート)  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
コンストラクタの詳細

ChildFormatLineReader

public ChildFormatLineReader(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

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