tcl.lang
Class TraceRecord

java.lang.Object
  extended by 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.
 
Constructor Summary
TraceRecord()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

trace

public VarTrace trace
Stores the trace procedure to invoke when a trace is fired.

Constructor Detail

TraceRecord

public TraceRecord()


Copyright © 2015. All rights reserved.