|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Printer
Common Interface for printing nodes.
Method Summary | |
---|---|
void |
print(antlr.collections.AST node,
NodeWriter out)
Outputs the given node. |
Method Detail |
---|
void print(antlr.collections.AST node, NodeWriter out) throws java.io.IOException
node
- node to output.out
- output stream to write to.
java.io.IOException
- if an I/O error occured.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |