|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--proof.parse.ParseOne
Parses a single file. I know, it's a weird name, but class names including "parse" seem to have problems.
| Field Summary | |
Term |
value
The value of the term that was parsed. |
| Constructor Summary | |
ParseOne(java.io.Reader r)
Parses a file. |
|
ParseOne(java.net.URL url)
Reads a file from a given URL, and parses it. |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public Term value
| Constructor Detail |
public ParseOne(java.io.Reader r)
throws java.lang.Exception
r - a Reader, reading the file to be parsed
public ParseOne(java.net.URL url)
throws java.lang.Exception
url - the URL of the file to parse
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||