public class Lexer
extends java.lang.Object
Tokens can be numbers, identifiers, operators and assorted other characters.
Modifier and Type | Class and Description |
---|---|
class |
Lexer.DecisionTree |
Modifier and Type | Method and Description |
---|---|
static java.util.List<Token> |
tokenize(java.lang.String expression) |
public static java.util.List<Token> tokenize(java.lang.String expression) throws LexerException
LexerException