|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecttcl.lang.Extension
tcl.lang.TclParserExtension
public class TclParserExtension
| Constructor Summary | |
|---|---|
TclParserExtension()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class tcl.lang.Extension |
|---|
loadOnDemand |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TclParserExtension()
| Method Detail |
|---|
public void init(Interp interp)
throws TclException
Extension
init in class Extensioninterp - current interpreter.
TclException
public void safeInit(Interp safeInterp)
throws TclException
Extension
safeInit in class ExtensionsafeInterp - the safe interpreter in which the Extension should
be initialized.
TclException
public void cmdProc(Interp interp,
TclObject[] objv)
throws TclException
cmdProc in interface CommandTclException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||