public class Lexer extends Object
Tokens can be numbers, identifiers, operators and assorted other characters.
| Modifier and Type | Class and Description |
|---|---|
class |
Lexer.DecisionTree |
public static List<Token> tokenize(String expression) throws LexerException
LexerExceptionCopyright © 2010-2014. All Rights Reserved.