|
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.FenceAssembler
Places a given "fence" or marker object on an assembly's stack.
| Field Summary | |
protected java.lang.Object |
fence
|
| Constructor Summary | |
FenceAssembler(java.lang.Object fence)
Construct an assembler that will place the given object on an assembly's stack. |
|
| Method Summary | |
void |
workOn(Assembly a)
Place the fence object on the assembly's stack. |
| 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 |
| Field Detail |
protected java.lang.Object fence
| Constructor Detail |
public FenceAssembler(java.lang.Object fence)
| Method Detail |
public void workOn(Assembly a)
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 | ||||||||