|
Building Parsers with Java | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--sjm.examples.pretty.ShowPrettyRepetitions
Show that the pretty printer will find all the parses that
result from applying the parser Word* Word*
against a string with four words.
| Constructor Summary | |
ShowPrettyRepetitions()
|
|
| Method Summary | |
static void |
main(java.lang.String[] args)
Show that the pretty printer will find all the parses that result from applying the parser Word* Word*
against a string with four words. |
static Sequence |
seq()
The parser to try: |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public ShowPrettyRepetitions()
| Method Detail |
public static void main(java.lang.String[] args)
Word* Word*
against a string with four words.public static Sequence seq()
seq = rep1 rep2;
rep1 = Word*;
rep2 = Word*;
|
by Steve Metsker | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||