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
-
NsTcl()
- Create a tcl interpreter connection.
-
eval(String)
- evaluate a tcl string and return the result.
NsTcl
public NsTcl()
- Create a tcl interpreter connection.
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