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 SourceError
SourceError. next
Used to chain to the "next" message.Methods in gnu.text that return SourceError Modifier and Type Method Description SourceError
Lexer. getErrors()
SourceError
SourceMessages. getErrors()
Methods in gnu.text with parameters of type SourceError Modifier and Type Method Description void
SourceMessages. error(SourceError error)
Link in an error.
-