net.moraleboost.junsai.dictionary
クラス CharPropertyCompiler

java.lang.Object
  上位を拡張 net.moraleboost.junsai.dictionary.CharPropertyCompiler

public class CharPropertyCompiler
extends java.lang.Object

文字カテゴリ定義ファイルコンパイラ

作成者:
taketa

フィールドの概要
static java.lang.String CATEGORY_DEFAULT
           
static java.lang.String CATEGORY_SPACE
           
static java.lang.String DEFAULT_CHAR_DEF
           
static java.lang.String HEX_PREFIX
           
static java.lang.String RANGE_OPERATOR
           
 
コンストラクタの概要
CharPropertyCompiler()
           
 
メソッドの概要
 void clear()
           
 void compile(CompilerConfig config)
          configの情報に従い、char.defを読み込んでchar.binを出力する。
 
クラス 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