tcl.lang
Class AppShell

java.lang.Object
  extended by tcl.lang.AppShell

public class AppShell
extends Object

The AppShell class expects to load and execute a Tcl resource file by retrieving the JTcl-Main attribute from the manifest. See paraffin.tcl to build a conforming JAR file.


Field Summary
static boolean forceNonInteractive
          Set to true to force tcl_interactive to 0 in the shell
 
Constructor Summary
AppShell()
           
 
Method Summary
static void main(String[] args)
          Main program for AppShell.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

forceNonInteractive

public static boolean forceNonInteractive
Set to true to force tcl_interactive to 0 in the shell

Constructor Detail

AppShell

public AppShell()
Method Detail

main

public static void main(String[] args)
Main program for AppShell. Results: None. Side effects: This procedure initializes the Tcl world and then starts interpreting commands; almost anything could happen, depending on the script being interpreted.



Copyright © 2015. All rights reserved.