tcl.lang
Class TraceRecord
java.lang.Object
  
tcl.lang.TraceRecord
public class TraceRecord
- extends Object
 
This class is used internally by CallFrame to store one variable trace.
| 
Field Summary | 
 VarTrace | 
trace
 
          Stores the trace procedure to invoke when a trace is fired. | 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
trace
public VarTrace trace
- Stores the trace procedure to invoke when a trace is fired.
 
TraceRecord
public TraceRecord()
Copyright © 2015. All rights reserved.