tcl.lang
Class TJCBench

java.lang.Object
  extended by tcl.lang.TJC.CompiledCommand
      extended by tcl.lang.TJCBench
All Implemented Interfaces:
Command

public class TJCBench
extends TJC.CompiledCommand


Field Summary
 
Fields inherited from class tcl.lang.TJC.CompiledCommand
initCmd, inlineCmds, wcmd
 
Constructor Summary
TJCBench()
           
 
Method Summary
 void cmdProc(Interp interp, TclObject[] objv)
           
 
Methods inherited from class tcl.lang.TJC.CompiledCommand
appendVarArray, appendVarScalar, builtinCommandsCheck, getVarArray, getVarScalar, incrVarArray, incrVarScalar, initCmd, initConstants, initVarScoped, lappendVarArray, lappendVarScalar, setVarArray, setVarArray, setVarScalar, setVarScalar
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TJCBench

public TJCBench()
Method Detail

cmdProc

public void cmdProc(Interp interp,
                    TclObject[] objv)
             throws TclException
Throws:
TclException