| Class | Description |
|---|---|
| ArgumentSeparatorToken |
Represents an argument separator in functions i.e: ','
|
| CloseParanthesesToken |
represents closed parentheses
|
| FunctionToken | |
| NumberToken |
Represents a number in the expression
|
| OpenParanthesesToken | |
| OperatorToken |
Represents an operator used in expressions
|
| Token |
Abstract class for tokens used by exp4j to tokenize expressions
|
| Tokenizer | |
| VariableToken |
represents a variable used in an expression
|
Copyright © 2014. All rights reserved.