An instance of an interpreter use to execute Tcl commands.
Methods
- Interp()
- int Eval(String s,
Result r) - used to call a tcl script.
- String s - The TCL string to execute.
- Result r - The Result of the TCL command.
- Returns - the
numeric result code of the tcl command.
- void setResult(
Value v)
- Value v - The value to return.
- void createCommand(String s,
Command obj)
- int doOneEvent(
int flags)