public class Interpreter
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
END_OF_LINE |
static java.lang.String |
PROMPT |
| Constructor and Description |
|---|
Interpreter() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearHistory() |
void |
printUserHistory() |
java.lang.String[] |
runCommand(int iLineNumber)
need to add code
|
void |
start() |
public static final java.lang.String PROMPT
public static final java.lang.String END_OF_LINE