nslj.src.nsls.struct
Class Executive

java.lang.Object
  |
  +--nslj.src.nsls.struct.Executive

public class Executive
extends java.lang.Object


Field Summary
static boolean initMade
           
static tcl.lang.Interp interp
           
static NslInterpreter interpreter
           
static boolean readingFile
           
static NslSystem system
           
 
Constructor Summary
Executive(NslSystem s, NslInterpreter i)
           
 
Method Summary
 java.lang.String execute_line(java.lang.String in_script)
           
static void sourceFile(java.lang.String fileName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

interpreter

public static NslInterpreter interpreter

system

public static NslSystem system

interp

public static tcl.lang.Interp interp

readingFile

public static boolean readingFile

initMade

public static boolean initMade
Constructor Detail

Executive

public Executive(NslSystem s,
                 NslInterpreter i)
Method Detail

execute_line

public java.lang.String execute_line(java.lang.String in_script)

sourceFile

public static void sourceFile(java.lang.String fileName)