Class FindBNF

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----GWin
                                   |
                                   +----Project
                                           |
                                           +----FindBNF

public class FindBNF
extends Project
create a summary file for the BNF describing each Parsable object's parameters.

This code is (c) 1996,1997,1998 Leemon Baird <leemon@cs.cmu.edu>, http://www.cs.cmu.edu/~baird
The source and object code may be redistributed freely. If the code is modified, please state so in the comments.

Version:
1.1, 27 June 98
Author:
Leemon Baird

Constructor Index

 o FindBNF()

Method Index

 o getParameters(int)
Return a parameter array if BNF(), parse(), and unparse() are to be automated, null otherwise.
 o paint(Graphics)
Print the credits
 o run()
Print all the BNF strings

Constructors

 o FindBNF
 public FindBNF()

Methods

 o getParameters
 public Object[][] getParameters(int lang)
Return a parameter array if BNF(), parse(), and unparse() are to be automated, null otherwise.

Overrides:
getParameters in class Project
See Also:
getParameters
 o run
 public void run()
Print all the BNF strings

Overrides:
run in class Project
 o paint
 public void paint(Graphics g)
Print the credits

Overrides:
paint in class GWin