|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface to be implemented by classes of objects
that can parse String data
and evaluate the contents of that data
to an Object with state defined by the data
contained in the String.
This interface is similar to the
interface,
but represents the beginning of the parsing process
rather than the intermediate stages of the parsing process.
The parser interface is completely general
in that its method returns StringableFilterObjects,
but is restricted to delivering its output
based on String input data.
| Method Summary | |
Object |
parse(String data)
Parses the given data and returns the Object it represents,
given this parsing scheme. |
| Method Detail |
public Object parse(String data)
throws ParseException
Object it represents,
given this parsing scheme.
data - the String data to be parsed
ParseException - if the data is malformed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||