public class Tokenizer extends Object
| Constructor and Description |
|---|
Tokenizer(String expressionString,
HasOperator operators) |
| Modifier and Type | Method and Description |
|---|---|
List<Token> |
parse()
Parse the given expression and return a list of tokens, representing the expression.
|
public Tokenizer(String expressionString, HasOperator operators)
public List<Token> parse() throws ParseException
ParseException - When the expression can't be parsed.Copyright © 2024. All rights reserved.