All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class nsjava.NsTcl

java.lang.Object
   |
   +----nsjava.NsTcl

public class NsTcl
extends Object

NsTcl provides a java wrapper around tcl interpreter so that tcl can be called from within java.

See Also:
NsDb, NsPg, NsSet, NsLog

Constructor Index

 o NsTcl()
Create a tcl interpreter connection.

Method Index

 o eval(String)
evaluate a tcl string and return the result.

Constructors

 o NsTcl
 public NsTcl()
Create a tcl interpreter connection.

Methods

 o eval
 public native String eval(String str)
evaluate a tcl string and return the result.

Parameters:
str - the tcl string to evaluate.
Returns:
the result of the tcl operation.

All Packages  Class Hierarchy  This Package  Previous  Next  Index