public class ElizaParse extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
exit |
Vector<String> |
msg
Vector holding strings that have been added using PRINT.
|
| Constructor and Description |
|---|
ElizaParse() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleLine(String I) |
void |
PRINT(String s)
Cute hack to make it look like BASIC.
|
static String |
removeChar(String s,
char c)
Utility function that removes a char from a String.
|
static String |
replaceString(String s,
String oldstring,
String newstring)
Utility function that replaces all occurences of a specific string
with another string.
|
Copyright © 2013. All Rights Reserved.