|
Building Parsers with Java | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--sjm.parse.Assembler
|
+--sjm.examples.pretty.PrettyTerminalAssembler
Replace a Token object on the stack with a
TerminalNode that holds the token's value.
| Constructor Summary | |
PrettyTerminalAssembler()
|
|
| Method Summary | |
void |
workOn(Assembly a)
Replace a Token object on the stack with a
TerminalNode that holds the token's value. |
| Methods inherited from class sjm.parse.Assembler |
elementsAbove |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public PrettyTerminalAssembler()
| Method Detail |
public void workOn(Assembly a)
Token object on the stack with a
TerminalNode that holds the token's value.Assembly - the assembly to work on
|
by Steve Metsker | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||