Home | History | Annotate | Download | only in java_cup

Lines Matching full:produce

48  *   <dd> produce a dump of the symbols and grammar
50 * <dd> produce a dump of parse state machine
52 * <dd> produce a dump of the parse tables
54 * <dd> produce a dump of all of the above
77 /** User option -- do we produce a dump of the state machine */
79 /** User option -- do we produce a dump of the parse tables */
81 /** User option -- do we produce a dump of the grammar */
85 /** User option -- do we run produce extra debugging messages */
202 /* produce a summary if desired */
232 " -dump_grammar produce a human readable dump of the symbols and grammar\n"+
233 " -dump_states produce a dump of parse state machine\n"+
234 " -dump_tables produce a dump of the parse tables\n"+
235 " -dump produce a dump of all of the above\n"
671 /** Produce the optional timing summary as part of an overall summary. */
777 /** Produce a human readable dump of the grammar. */
821 /** Produce a (semi-) human readable dump of the complete viable prefix
846 /** Produce a (semi-) human readable dumps of the parse tables */