public class BasicJapaneseCharacterInterpreter extends java.lang.Object implements TestDataInterpreter
BasicJapaneseCharacterGenerator
を参照。BasicJapaneseCharacterGenerator
Constructor and Description |
---|
BasicJapaneseCharacterInterpreter() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
interpret(InterpretationContext context)
解釈する。
|
void |
setCharacterGenerator(CharacterGenerator delegate)
委譲先の文字生成クラスを設定する。
|
public java.lang.String interpret(InterpretationContext context)
interpret
in interface TestDataInterpreter
context
- 解釈コンテキストpublic void setCharacterGenerator(CharacterGenerator delegate)
delegate
- 文字生成クラス