See: Description
| Interface | Description |
|---|---|
| Printable | |
| SourceLocator |
| Class | Description |
|---|---|
| CaseConvertFormat | |
| Char |
A wrapper for characters.
|
| CompoundFormat | |
| DelimitSubstitutionFormat |
Output a value, surrounded by special delimiter characters.
|
| EnglishIntegerFormat | |
| FlushFormat | |
| IntegerFormat |
Handle formatting of integers.
|
| Lexer |
Framework for implementing lexical scanners and parsers.
|
| LiteralFormat | |
| NamedCharTable |
A table to manage standard character names.
|
| Options |
Mananges a table of named options,
Can inherit from another table of "default" options.
|
| Options.OptionInfo | |
| PadFormat |
Given a Format, pad the formatted result to a specified width.
|
| ReportFormat | |
| ResourceStreamHandler |
Handler for
"class-resource:" URLs. |
| RomanIntegerFormat | |
| SourceError |
Represents an error message from processing a "source" file.
|
| SourceMessages |
A collection of (zero or more) SourceErrors.
|
| StandardNamedChars |
| Exception | Description |
|---|---|
| SyntaxException |
Used to signal a non-recoverable (fatal) syntax error.
|
Supports various utility classes for formatting, parsing, and manipulating text (strings). It also contains some general IO-related classes.
This package should probably be renamed to something.io.
It is used by Kawa.
gnu.text package is currently distributed as part of
Kawa,
though it can be used independent of the rest of Kawa.