Method | Description | |
---|---|---|
AdjustText ( string text ) : string |
テキストを調整する
|
|
RemoveDuplicationFunction ( GeneratorBase generator, List |
重複した関数の削除。
|
|
RemoveDuplicationSentence ( GeneratorBase generator, List |
重複したセンテンスの削除。
|
|
ToLiteral ( string text ) : string |
文字列をC#のリテラル文字列に変換します
|
Method | Description | |
---|---|---|
IsDuplicationFunction ( GeneratorBase generator, Sentence sentence, string function ) : bool |
重複した関数であるか。
|
|
IsDuplicationSentence ( Sentence lhs, Sentence rhs, object pattern ) : bool |
重複したセンテンスであるか
|
public static AdjustText ( string text ) : string | ||
text | string | テキスト。 |
return | string |
public static RemoveDuplicationFunction ( GeneratorBase generator, List |
||
generator | GeneratorBase | ジェネレータ。 |
list | List |
リスト。 |
function | string | 関数。 |
return | void |
public static RemoveDuplicationSentence ( GeneratorBase generator, List |
||
generator | GeneratorBase | ジェネレータ。 |
list | List |
リスト。 |
pattern | object | パターン。 |
return | void |
public static ToLiteral ( string text ) : string | ||
text | string | |
return | string |