tcl.lang
Class TCL

java.lang.Object
  extended by tcl.lang.TCL

public class TCL
extends Object


Field Summary
static int ALL_EVENTS
           
static int APPEND_VALUE
           
static int BREAK
           
static int CONTINUE
           
static int DONT_WAIT
           
static int DOUBLE_RANGE
           
static int ERROR
           
static int EVAL_DIRECT
           
static int EVAL_GLOBAL
           
static int EXACT
           
static int FILE_EVENTS
           
static int GLOBAL_ONLY
           
static int IDLE_EVENTS
           
protected static int INCOMPLETE
           
static long INT_MAX
           
static long INT_MIN
           
static int INTEGER_RANGE
           
static int INTERP_DESTROYED
           
static int INVALID_DOUBLE
           
static int INVALID_INTEGER
           
static int LEAVE_ERR_MSG
           
static int LIST_ELEMENT
           
static int NAMESPACE_ONLY
           
static int NO_EVAL
           
static int OK
           
static int PARSE_PART1
           
static int QUEUE_HEAD
           
static int QUEUE_MARK
           
static int QUEUE_TAIL
           
static int RETURN
           
static int TIMER_EVENTS
           
static int TRACE_ARRAY
           
static int TRACE_DESTROYED
           
static int TRACE_READS
           
static int TRACE_UNSETS
           
static int TRACE_WRITES
           
static int WINDOW_EVENTS
           
 
Constructor Summary
TCL()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

TCL

public TCL()


Copyright © 2015. All rights reserved.