Package | Description |
---|---|
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.
|
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 | 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 |
CharArrayOutPort
Similar to CharArrayWriter.
|
class |
OutPort
An extended PrintWriter.
|
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.
|