de.hunsicker.jalopy.printer
Interface Printer

All Known Implementing Classes:
AnnotatePrinter, AnnotationDefPrinter, AnnotationFieldPrinter, AnnotationMemberValuePairPrinter, AnnotationsPrinter, EnumConstantPrinter, EnumPrinter, TypeArgumentsPrinter, TypeParametersPrinter, UnknownPrinter, VariableParameterDefPrinter

public interface Printer

Common Interface for printing nodes.

Version:
$Revision: 1.4 $
Author:
Marco Hunsicker

Method Summary
 void print(antlr.collections.AST node, NodeWriter out)
          Outputs the given node.
 

Method Detail

print

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-2012 Jalopy. All Rights Reserved.