|
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.mechanics.ShowAssemblies
This class shows that a repetition of an object of the
Terminal base class will match an entire
assembly. This example brings out the fact that a
TokenAssembly returns tokens as elements,
and CharacterAssembly returns individual
characters as elements.
| Constructor Summary | |
ShowAssemblies()
|
|
| Method Summary | |
static void |
main(java.lang.String[] args)
This class shows that a repetition of an object of the Terminal base class will match an entire
assembly. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public ShowAssemblies()
| Method Detail |
public static void main(java.lang.String[] args)
Terminal base class will match an entire
assembly.args - ignored
|
by Steve Metsker | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||