|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PrintConsumer | |
|---|---|
| gnu.expr | Supports Expression,
and various related classes need to compile programming languages. |
| gnu.lists | Contains utility classes and interfaces for sequences (lists), arrays, and trees. |
| 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. |
| kawa | Classes for user interaction with Kawa. |
| 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 that return PrintConsumer | |
|---|---|
PrintConsumer |
PrintConsumer.append(char c)
|
PrintConsumer |
PrintConsumer.append(java.lang.CharSequence csq)
|
PrintConsumer |
PrintConsumer.append(java.lang.CharSequence csq,
int start,
int end)
|
| 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. |
| Uses of PrintConsumer in kawa |
|---|
| Subclasses of PrintConsumer in kawa | |
|---|---|
class |
ReplPaneOutPort
A Writer that appends its output to a ReplPane. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||