Package | Description |
---|---|
gnu.expr |
Supports
Expression ,
and various related classes need to compile programming languages. |
gnu.kawa.io | |
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 |
---|---|
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 | Method and Description |
---|---|
void |
AbstractFormat.writeObject(java.lang.Object obj,
PrintConsumer out) |
Modifier and Type | Class and Description |
---|---|
class |
XMLPrinter
Print an event stream in XML format on a PrintWriter.
|
Modifier and Type | Class and Description |
---|---|
class |
ReplPaneOutPort
A Writer that appends its output to a ReplPane.
|