| Package | Description |
|---|---|
| gnu.jemacs.buffer |
Provides various building blocks for building an Emacs-like text editor.
|
| gnu.jemacs.swing | |
| gnu.kawa.functions | |
| gnu.kawa.lispexpr | |
| 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).
|
| gnu.xml |
Utilities for working with XML.
|
| kawa.standard |
| Modifier and Type | Class and Description |
|---|---|
class |
BufferReader |
| Modifier and Type | Class and Description |
|---|---|
class |
MarkerReader |
| Modifier and Type | Method and Description |
|---|---|
ReportFormat |
ParseFormat.parseFormat(LineBufferedReader fmt) |
static ReportFormat |
ParseFormat.parseFormat(LineBufferedReader fmt,
char magic) |
| Modifier and Type | Method and Description |
|---|---|
static FVector |
ReaderVector.readVector(LispReader lexer,
LineBufferedReader port,
int count,
char close) |
| Constructor and Description |
|---|
LispReader(LineBufferedReader port) |
LispReader(LineBufferedReader port,
SourceMessages messages) |
| Modifier and Type | Class and Description |
|---|---|
class |
CharArrayInPort
An Inport for reading from a char array.
|
class |
InPort |
class |
TtyInPort
An interactive input-port.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LineInputStreamReader
A LineBufferedReader that wraps an InputStream.
|
| Modifier and Type | Field and Description |
|---|---|
protected LineBufferedReader |
Lexer.port |
| Modifier and Type | Method and Description |
|---|---|
LineBufferedReader |
Lexer.getPort() |
| Modifier and Type | Method and Description |
|---|---|
static long |
Lexer.readDigitsInBuffer(LineBufferedReader port,
int radix)
Read digits, up to the first non-digit or the buffer limit
|
| Constructor and Description |
|---|
Lexer(LineBufferedReader port) |
Lexer(LineBufferedReader port,
SourceMessages messages) |
SourceError(LineBufferedReader port,
char severity,
java.lang.String message)
Create a new SourceError using the current line/column from
a
LineBufferedReader. |
| Modifier and Type | Method and Description |
|---|---|
static void |
XMLParser.parse(LineBufferedReader in,
SourceMessages messages,
Consumer out) |
static void |
XMLParser.parse(LineBufferedReader in,
SourceMessages messages,
XMLFilter filter) |
static void |
XMLParser.parse(LineBufferedReader in,
XMLFilter out) |
void |
XMLFilter.setSourceLocator(LineBufferedReader in) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Object |
read_line.apply(LineBufferedReader in,
java.lang.String handling) |