|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - the instance class to build.public interface Interpreter<T>
The Interpreter interface should be implemented by any interpreter
building T type instance from String.
| Method Summary | |
|---|---|
T |
translate(String s)
translate String in T |
| Method Detail |
|---|
T translate(String s)
throws ParseException
String in T
ParseException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||