|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecttests.ParserTestDriver
public class ParserTestDriver
Repeatedly prompts the user for expressions to parse and evaluate. This style of interaction is called the read-eval-print loop and forms the basis of most interactive programming environments. Note: this code has an error in it.
| Field Summary | |
|---|---|
static java.lang.String |
EXIT_COMMAND
|
static java.lang.String |
PROMPT
|
| Constructor Summary | |
|---|---|
ParserTestDriver()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String EXIT_COMMAND
public static final java.lang.String PROMPT
| Constructor Detail |
|---|
public ParserTestDriver()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||