Uses of Class
gnu.lists.PrintConsumer

Packages that use PrintConsumer
gnu.expr Supports Expression, and various related classes need to compile programming languages. 
gnu.lists   
gnu.mapping Supports Procedure, and various related classes needed at run-time by dynamically typed languages (such as Scheme and ECMAScript). 
gnu.xml Utilities for working with XML. 
 

Uses of PrintConsumer in gnu.expr
 

Methods in gnu.expr with parameters of type PrintConsumer
 void Language.eval(java.lang.String string, PrintConsumer out)
          Evaluate a string and write the result value(s) to a PrintConsumer.
 

Uses of PrintConsumer in gnu.lists
 

Methods in gnu.lists with parameters of type PrintConsumer
 void AbstractFormat.writeObject(java.lang.Object obj, PrintConsumer out)
           
 

Uses of PrintConsumer in gnu.mapping
 

Subclasses of PrintConsumer in gnu.mapping
 class CharArrayOutPort
          Similar to CharArrayWriter.
 class OutPort
          An extended PrintWriter.
 

Uses of PrintConsumer in gnu.xml
 

Subclasses of PrintConsumer in gnu.xml
 class XMLPrinter
          Print an event stream in XML format on a PrintWriter.