|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectweka.core.parser.java_cup.Main
public class Main
This class serves as the main driver for the JavaCup system. It accepts user options and coordinates overall control flow. The main flow of control includes the following activities:
| Method Summary | |
|---|---|
static void |
dump_grammar()
Produce a human readable dump of the grammar. |
static void |
dump_machine()
Produce a (semi-) human readable dump of the complete viable prefix recognition state machine. |
static void |
dump_tables()
Produce a (semi-) human readable dumps of the parse tables |
static void |
main(java.lang.String[] argv)
The main driver for the system. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void main(java.lang.String[] argv)
throws internal_error,
java.io.IOException,
java.lang.Exception
argv - an array of strings containing command line arguments.
internal_error
java.io.IOException
java.lang.Exception
public static void dump_grammar()
throws internal_error
internal_errorpublic static void dump_machine()
public static void dump_tables()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||