public class CallFrame
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
protected void |
dispose()
This method is called when this CallFrame is no longer needed.
|
protected void dispose()
For this procedure to work correctly, it must not be possible for any of the variable in the table to be accessed from Tcl commands (e.g. from trace procedures).