| Constructor and Description |
|---|
TclParserExtension() |
| Modifier and Type | Method and Description |
|---|---|
void |
cmdProc(Interp interp,
TclObject[] objv) |
void |
init(Interp interp)
Initialize the Extension to run in a normal (unsafe)
interpreter.
|
void |
safeInit(Interp safeInterp)
Initialize the Extension to run in a safe interpreter.
|
loadOnDemandpublic void init(Interp interp) throws TclException
Extensioninit in class Extensioninterp - current interpreter.TclExceptionpublic void safeInit(Interp safeInterp) throws TclException
ExtensionsafeInit in class ExtensionsafeInterp - the safe interpreter in which the Extension should
be initialized.TclExceptionpublic void cmdProc(Interp interp, TclObject[] objv) throws TclException
cmdProc in interface CommandTclException