de.hunsicker.jalopy.printer
Interface Printer
- All Known Implementing Classes:
- de.hunsicker.jalopy.printer.AbstractPrinter
- public interface Printer
Common Interface for printing nodes.
- Version:
- $Revision: 1.3.2.1 $
- Author:
- Marco Hunsicker
|
Method Summary |
void |
print(antlr.collections.AST node,
NodeWriter out)
Outputs the given node. |
print
public void print(antlr.collections.AST node,
NodeWriter out)
throws java.io.IOException
- Outputs the given node.
- Parameters:
node - node to output.out - output stream to write to.
- Throws:
java.io.IOException - if an I/O error occured.
Copyright © 1997-2005 Jalopy. All Rights Reserved.