Uses of Class
gnu.text.SourceError
-
Packages that use SourceError Package Description gnu.text Supports various utility classes for formatting, parsing, and manipulating text (strings). -
-
Uses of SourceError in gnu.text
Fields in gnu.text declared as SourceError Modifier and Type Field Description SourceErrorSourceError. nextUsed to chain to the "next" message.Methods in gnu.text that return SourceError Modifier and Type Method Description SourceErrorLexer. getErrors()SourceErrorSourceMessages. getErrors()Methods in gnu.text with parameters of type SourceError Modifier and Type Method Description voidSourceMessages. error(SourceError error)Link in an error.
-