Package | Description |
---|---|
gnu.text |
Supports various utility classes
for formatting, parsing, and manipulating text (strings).
|
Modifier and Type | Field and Description |
---|---|
SourceError |
SourceError.next
Used to chain to the "next" message.
|
Modifier and Type | Method and Description |
---|---|
SourceError |
Lexer.getErrors() |
SourceError |
SourceMessages.getErrors() |
Modifier and Type | Method and Description |
---|---|
void |
SourceMessages.error(SourceError error)
Link in an error.
|