tcl.lang.cmd
Class SplitCmd

java.lang.Object
  extended by tcl.lang.cmd.SplitCmd
All Implemented Interfaces:
Command

public class SplitCmd
extends Object
implements Command

This class implements the built-in "split" command in Tcl.


Constructor Summary
SplitCmd()
           
 
Method Summary
 void cmdProc(Interp interp, TclObject[] objv)
          This procedure is invoked to process the "split" Tcl command.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SplitCmd

public SplitCmd()
Method Detail

cmdProc

public void cmdProc(Interp interp,
                    TclObject[] objv)
             throws TclException
This procedure is invoked to process the "split" Tcl command. See Tcl user documentation for details.

Specified by:
cmdProc in interface Command
Parameters:
interp - the current interpreter.
objv - command arguments.
Throws:
TclException - If incorrect number of arguments.


Copyright © 2015. All rights reserved.