All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class javaParse.FollowsWindow

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

public class FollowsWindow
extends ParserWindow
FollowsWindow - the window for the follow sets for the Parser


Constructor Index

 o FollowsWindow(GrammarInfo, Checker)
creates a FollowsWindow

Constructors

 o FollowsWindow
 public FollowsWindow(GrammarInfo info,
                      Checker checker)
creates a FollowsWindow

Parameters:
info - the grammar's GrammarInfo
checker - the Checker that holds the correct answers to this window

All Packages  Class Hierarchy  This Package  Previous  Next  Index