- lex(String) - Method in class ca.javajeff.lexan.Lexan
-
Lex an input string into a list of toklexes.
- Lexan - Class in ca.javajeff.lexan
-
A lexical analyzer.
- Lexan(Class<?>) - Constructor for class ca.javajeff.lexan.Lexan
-
Initialize a lexical analyzer to a set of Token objects.
- LexanException - Exception in ca.javajeff.lexan
-
An exception that occurs while constructing a Lexan
object.
- LexanException(String) - Constructor for exception ca.javajeff.lexan.LexanException
-
Initialize a lexan exception to a message.
- LexException - Exception in ca.javajeff.lexan
-
An exception that occurs while lexing.
- LexException(String, String, int) - Constructor for exception ca.javajeff.lexan.LexException
-
Initialize a lex exception to a message, the text that was being lexed,
and the index of the character about to be lexed that triggered the
exception.