All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class javaParse.LLStringTesterWindow

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

public class LLStringTesterWindow
extends StringTesterWindow
The window for the LL string testing for the Parser


Constructor Index

 o LLStringTesterWindow(ParseTable, GrammarInfo)

Method Index

 o changeView(String)
changes the tree drawing view on the canvas
 o start()
 o step()

Constructors

 o LLStringTesterWindow
 public LLStringTesterWindow(ParseTable table,
                             GrammarInfo info)
Parameters:
table - the ParseTable holding all the information for creating the tree
info - the grammar's GrammarInfo

Methods

 o changeView
 public void changeView(String viewType)
changes the tree drawing view on the canvas

Parameters:
viewType - the view type to which the view will be changed
Overrides:
changeView in class StringTesterWindow
 o step
 public void step()
Overrides:
step in class StringTesterWindow
 o start
 public void start()
Overrides:
start in class StringTesterWindow

All Packages  Class Hierarchy  This Package  Previous  Next  Index