|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.hunsicker.jalopy.printer.PrinterFactory
public final class PrinterFactory
Central facility to create printers.
Field Summary | |
---|---|
static antlr.collections.AST |
lastChild
|
Method Summary | |
---|---|
static Printer |
create(antlr.collections.AST node,
NodeWriter out)
Returns a printer instance for the given node. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static antlr.collections.AST lastChild
Method Detail |
---|
public static Printer create(antlr.collections.AST node, NodeWriter out)
node
- the node to print.out
- TODO
java.lang.IllegalArgumentException
- if no viable printer for the given node is known
by the factory.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |