Package | Description |
---|---|
gnu.mapping |
Supports
Procedure ,
and various related classes needed at run-time by dynamically typed
languages (such as Scheme and ECMAScript). |
gnu.text |
Supports various utility classes
for formatting, parsing, and manipulating text (strings).
|
Modifier and Type | Field and Description |
---|---|
protected WriterManager.WriterRef |
OutPort.unregisterRef
An index into the WriterManager's internal table.
|
Modifier and Type | Method and Description |
---|---|
WriterManager.WriterRef |
WriterManager.register(OutPort port)
Register a Writer.
|
Modifier and Type | Method and Description |
---|---|
void |
WriterManager.unregister(WriterManager.WriterRef key)
Unregister a Writer.
|