net.moraleboost.junsai.dictionary
クラス CharPropertyCompiler
java.lang.Object
net.moraleboost.junsai.dictionary.CharPropertyCompiler
public class CharPropertyCompiler
- extends java.lang.Object
文字カテゴリ定義ファイルコンパイラ
- 作成者:
- taketa
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_CHAR_DEF
public static final java.lang.String DEFAULT_CHAR_DEF
- 関連項目:
- 定数フィールド値
CATEGORY_DEFAULT
public static final java.lang.String CATEGORY_DEFAULT
- 関連項目:
- 定数フィールド値
CATEGORY_SPACE
public static final java.lang.String CATEGORY_SPACE
- 関連項目:
- 定数フィールド値
HEX_PREFIX
public static final java.lang.String HEX_PREFIX
- 関連項目:
- 定数フィールド値
RANGE_OPERATOR
public static final java.lang.String RANGE_OPERATOR
- 関連項目:
- 定数フィールド値
CharPropertyCompiler
public CharPropertyCompiler()
clear
public void clear()
compile
public void compile(CompilerConfig config)
throws DictionaryException,
java.io.IOException
- configの情報に従い、char.defを読み込んでchar.binを出力する。
- パラメータ:
config
- 設定情報
- 例外:
DictionaryException
java.io.IOException