| java.lang.Object tcl.lang.TraceRecord
TraceRecord | class TraceRecord (Code) | | This class is used internally by CallFrame to store one variable
trace.
|
Field Summary | |
int | flags Stores info about the conditions under which this trace should be
triggered. | VarTrace | trace Stores the trace procedure to invoke when a trace is fired. |
flags | int flags(Code) | | Stores info about the conditions under which this trace should be
triggered. Should be a combination of TCL.TRACE_READS, TCL.TRACE_WRITES
or TCL.TRACE_UNSETS.
|
trace | VarTrace trace(Code) | | Stores the trace procedure to invoke when a trace is fired.
|
|
|