Package | Description |
---|---|
gnu.expr |
Supports
Expression ,
and various related classes need to compile programming languages. |
gnu.kawa.io | |
gnu.kawa.models |
Model classes for an experimental model-view-controller framework.
|
gnu.kawa.servlet | |
gnu.kawa.xml |
Classes for using XML within Kawa.
|
gnu.lists |
Contains utility classes and interfaces for sequences (lists), arrays, and trees.
|
gnu.xml |
Utilities for working with XML.
|
kawa |
Classes for user interaction with Kawa.
|
Modifier and Type | Method and Description |
---|---|
void |
Language.eval(java.lang.String string,
PrintConsumer out)
Evaluate a string and write the result value(s) to a PrintConsumer.
|
Modifier and Type | Class and Description |
---|---|
class |
gnu.kawa.io.OutPort
An extended PrintWriter.
|
Modifier and Type | Method and Description |
---|---|
static void |
SVGUtils.toSVG(Picture p,
PrintConsumer out,
boolean headers) |
Modifier and Type | Class and Description |
---|---|
class |
ServletPrinter
A Consumer that sends output to an http-server's response stream.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpPrinter
Output as an Http response.
|
Modifier and Type | Method and Description |
---|---|
static HttpPrinter |
HttpPrinter.make(PrintConsumer out) |
Constructor and Description |
---|
HttpPrinter(PrintConsumer out) |
Modifier and Type | Method and Description |
---|---|
PrintConsumer |
PrintConsumer.append(char c) |
PrintConsumer |
PrintConsumer.append(java.lang.CharSequence csq) |
PrintConsumer |
PrintConsumer.append(java.lang.CharSequence csq,
int start,
int end) |
Modifier and Type | Class and Description |
---|---|
class |
XMLPrinter
Print an event stream in XML format on a PrintWriter.
|
Constructor and Description |
---|
XMLPrinter(PrintConsumer out) |
Modifier and Type | Class and Description |
---|---|
class |
ReplPaneOutPort
A Writer that appends its output to a ReplPane.
|