|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectnet.moraleboost.junsai.dictionary.RewriteRules
public class RewriteRules
書き換えパターンの集合
コンストラクタの概要 | |
---|---|
RewriteRules()
|
メソッドの概要 | |
---|---|
boolean |
add(RewritePattern pat)
|
void |
clear()
|
boolean |
rewrite(java.lang.String input,
java.lang.Appendable output)
inputを、patternsのうち、最初にマッチしたもので書き換える。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public RewriteRules()
メソッドの詳細 |
---|
public boolean add(RewritePattern pat)
public void clear()
public boolean rewrite(java.lang.String input, java.lang.Appendable output) throws java.io.IOException
input
- 入力文字列output
- 書き換え済みCSVデータ
java.io.IOException
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |