tcl.lang
Class TCL
java.lang.Object
  
tcl.lang.TCL
public class TCL
- extends Object
 
 
| 
Constructor Summary | 
TCL()
 
            | 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
GLOBAL_ONLY
public static final int GLOBAL_ONLY
- See Also:
 - Constant Field Values
 
NAMESPACE_ONLY
public static final int NAMESPACE_ONLY
- See Also:
 - Constant Field Values
 
APPEND_VALUE
public static final int APPEND_VALUE
- See Also:
 - Constant Field Values
 
LIST_ELEMENT
public static final int LIST_ELEMENT
- See Also:
 - Constant Field Values
 
TRACE_READS
public static final int TRACE_READS
- See Also:
 - Constant Field Values
 
TRACE_WRITES
public static final int TRACE_WRITES
- See Also:
 - Constant Field Values
 
TRACE_UNSETS
public static final int TRACE_UNSETS
- See Also:
 - Constant Field Values
 
TRACE_DESTROYED
public static final int TRACE_DESTROYED
- See Also:
 - Constant Field Values
 
INTERP_DESTROYED
public static final int INTERP_DESTROYED
- See Also:
 - Constant Field Values
 
LEAVE_ERR_MSG
public static final int LEAVE_ERR_MSG
- See Also:
 - Constant Field Values
 
PARSE_PART1
public static final int PARSE_PART1
- See Also:
 - Constant Field Values
 
TRACE_ARRAY
public static final int TRACE_ARRAY
- See Also:
 - Constant Field Values
 
ERROR
public static final int ERROR
- See Also:
 - Constant Field Values
 
RETURN
public static final int RETURN
- See Also:
 - Constant Field Values
 
BREAK
public static final int BREAK
- See Also:
 - Constant Field Values
 
CONTINUE
public static final int CONTINUE
- See Also:
 - Constant Field Values
 
OK
public static final int OK
- See Also:
 - Constant Field Values
 
INCOMPLETE
protected static final int INCOMPLETE
- See Also:
 - Constant Field Values
 
DONT_WAIT
public static final int DONT_WAIT
- See Also:
 - Constant Field Values
 
WINDOW_EVENTS
public static final int WINDOW_EVENTS
- See Also:
 - Constant Field Values
 
FILE_EVENTS
public static final int FILE_EVENTS
- See Also:
 - Constant Field Values
 
TIMER_EVENTS
public static final int TIMER_EVENTS
- See Also:
 - Constant Field Values
 
IDLE_EVENTS
public static final int IDLE_EVENTS
- See Also:
 - Constant Field Values
 
ALL_EVENTS
public static final int ALL_EVENTS
- See Also:
 - Constant Field Values
 
INT_MAX
public static final long INT_MAX
- See Also:
 - Constant Field Values
 
INT_MIN
public static final long INT_MIN
- See Also:
 - Constant Field Values
 
INVALID_INTEGER
public static final int INVALID_INTEGER
- See Also:
 - Constant Field Values
 
INTEGER_RANGE
public static final int INTEGER_RANGE
- See Also:
 - Constant Field Values
 
INVALID_DOUBLE
public static final int INVALID_DOUBLE
- See Also:
 - Constant Field Values
 
DOUBLE_RANGE
public static final int DOUBLE_RANGE
- See Also:
 - Constant Field Values
 
QUEUE_TAIL
public static final int QUEUE_TAIL
- See Also:
 - Constant Field Values
 
QUEUE_HEAD
public static final int QUEUE_HEAD
- See Also:
 - Constant Field Values
 
QUEUE_MARK
public static final int QUEUE_MARK
- See Also:
 - Constant Field Values
 
EXACT
public static final int EXACT
- See Also:
 - Constant Field Values
 
NO_EVAL
public static final int NO_EVAL
- See Also:
 - Constant Field Values
 
EVAL_GLOBAL
public static final int EVAL_GLOBAL
- See Also:
 - Constant Field Values
 
EVAL_DIRECT
public static final int EVAL_DIRECT
- See Also:
 - Constant Field Values
 
TCL
public TCL()
Copyright © 2015. All rights reserved.