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.
-
StringTesterWindow(GrammarInfo)
-
-
changeView(String)
-
-
start()
-
-
step()
-
StringTesterWindow
public StringTesterWindow(GrammarInfo info)
- Parameters:
- info - the grammar's GrammarInfo
step
public void step()
start
public void start()
changeView
public void changeView(String viewType)
All Packages Class Hierarchy This Package Previous Next Index