Describes an expression value, which can be either an integer (the
usual case), a double-precision floating-point value, or a string.
A number type will typically have a string value that is the number
string before it was parsed into a number.
This class implements the slave interpreter commands, which are created
in response to the built-in "interp create" command in Tcl.
It is also used by the "interp" command to record and find information
about slave interpreters.
This class implements a small helper function that is used to
load the TJC package into Jacl without requiring that the
Java package be loaded into Jacl.
This class implements the built-in "java::for" command.
This command is semantically equivalent to the enhanced
Java for statement in JDK 1.5 and newer.