All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class javaParse.StringTesterWindow

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----javaParse.WindowItem
                                           |
                                           +----javaParse.StringTesterWindow

public class StringTesterWindow
extends WindowItem
The general Frame class for each of the different Testing views for the parser. It is sent a different constant depending on the type of grammar(LL, LR) and then constructs a frame corresponding to that view.


Constructor Index

 o StringTesterWindow(GrammarInfo)

Method Index

 o changeView(String)
 o start()
 o step()

Constructors

 o StringTesterWindow
 public StringTesterWindow(GrammarInfo info)
Parameters:
info - the grammar's GrammarInfo

Methods

 o step
 public void step()
 o start
 public void start()
 o changeView
 public void changeView(String viewType)

All Packages  Class Hierarchy  This Package  Previous  Next  Index