| java.lang.Object tcl.lang.JavaForCmd
JavaForCmd | public class JavaForCmd implements Command(Code) | | 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. It is used
to iterate over Collections and can also be used for arrays.
|
isArrayVarname | final static boolean isArrayVarname(String varName)(Code) | | |
|
|