|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectunsw.cse.framescript.FrameScript
public class FrameScript
The main class for the FrameScript package it initialises the default values and enables the built-in subroutines.
Field Summary | |
---|---|
static int |
callDepth
The depthing into functions/daemons/subroutines we have currently delved. |
static Atomiser |
in
An Atomiser wrapping System.in. |
static java.io.PrintStream |
out
FrameScript's output stream. |
static java.lang.String |
outStreamName
The name of a file associated with the output stream. |
static Serialiser |
serialiser
A Serialiser for serialising the Symbol table. |
static boolean |
trace
Whether or not to generate trace output. |
static boolean |
verbose
Whether or not to generate verbose outputs. |
Constructor Summary | |
---|---|
FrameScript()
|
Method Summary | |
---|---|
static void |
init()
Initialises FrameScript. |
static void |
main(java.lang.String[] args)
The main method for FrameScript. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.io.PrintStream out
public static java.lang.String outStreamName
public static Atomiser in
public static Serialiser serialiser
public static boolean verbose
public static boolean trace
public static int callDepth
Constructor Detail |
---|
public FrameScript()
Method Detail |
---|
public static void main(java.lang.String[] args) throws FSException
args
- any command line arguments
FSException
public static void init() throws FSException
FSException
- any errors during initialisation of the modules
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |