All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class javaParse.LR1Grammar

java.lang.Object
   |
   +----javaParse.Grammar
           |
           +----javaParse.LR1Grammar

public class LR1Grammar
extends Grammar

Constructor Index

 o LR1Grammar(MainMenu)

Method Index

 o addOtherWindows()
adds the table and string tester windows...
 o initialize(GrammarInfo)
initialize is called by a GrammarChecker once it has a valid GrammarInfo.

Constructors

 o LR1Grammar
 public LR1Grammar(MainMenu m)

Methods

 o initialize
 public void initialize(GrammarInfo info)
initialize is called by a GrammarChecker once it has a valid GrammarInfo.

Overrides:
initialize in class Grammar
 o addOtherWindows
 public void addOtherWindows()
adds the table and string tester windows... this is done after the user finishes with dfaWindow


All Packages  Class Hierarchy  This Package  Previous  Next  Index