eece496.gui
Class GuiDriverControl

java.lang.Object
  extended byeece496.gui.GuiDriverControl

public class GuiDriverControl
extends java.lang.Object

Control for Gui Driver Class.

$Source: K:/cvsrepo/ee496/codes/jbuilder/src/TestCaseGenerator/src/eece496/gui/GuiDriverControl.java,v $
Last updated by $Author: cyiu $
$Date: 2003/08/07 19:36:21 $
$Revision: 1.10 $
$State: Exp $

Author:
Charles Chung Man Yiu

Field Summary
static boolean did
           
static int lineno
           
static ParseTree theRoot
           
 SymbolHashtable theSymbolTable
           
 
Constructor Summary
GuiDriverControl()
          Constructor.
 
Method Summary
 void generateHTML(java.lang.String docTitle, java.lang.String inPath, java.lang.String outPath)
          Generate the test frames HTML from the source specification.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

theRoot

public static ParseTree theRoot

theSymbolTable

public SymbolHashtable theSymbolTable

lineno

public static int lineno

did

public static boolean did
Constructor Detail

GuiDriverControl

public GuiDriverControl()
Constructor.

Method Detail

generateHTML

public void generateHTML(java.lang.String docTitle,
                         java.lang.String inPath,
                         java.lang.String outPath)
Generate the test frames HTML from the source specification.

Parameters:
docTitle - Title for the test frame HTML.
inPath - Path of the input specification.
outPath - Path of the output HTML