All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class javaParse.LLTableWindow

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----javaParse.WindowItem
                                           |
                                           +----javaParse.ParserWindow
                                                   |
                                                   +----javaParse.TableWindow
                                                           |
                                                           +----javaParse.LLTableWindow

public class LLTableWindow
extends TableWindow
The window for the parse table for LL Grammars This window has a few extra things that are particular to LL such as a popup window warning the user that they can go no further if there are conflicts in the table


Constructor Index

 o LLTableWindow(ParseTable, Checker)

Method Index

 o done()
override done so that the parse table can add a popUp window that tells the user (if their grammar is not of the correct grammar type) that they may not continue)

Constructors

 o LLTableWindow
 public LLTableWindow(ParseTable table,
                      Checker checker)
Parameters:
table - the parse table that will help create the window
checker - the checker that will check the user's answers against the correct ones

Methods

 o done
 public void done()
override done so that the parse table can add a popUp window that tells the user (if their grammar is not of the correct grammar type) that they may not continue)

Overrides:
done in class ParserWindow

All Packages  Class Hierarchy  This Package  Previous  Next  Index