public final class NumberToken extends Token
TOKEN_FUNCTION, TOKEN_NUMBER, TOKEN_OPERATOR, TOKEN_PARENTHESES_CLOSE, TOKEN_PARENTHESES_OPEN, TOKEN_SEPARATOR, TOKEN_VARIABLE, type| Constructor and Description |
|---|
NumberToken(double value)
Create a new instance
|
| Modifier and Type | Method and Description |
|---|---|
double |
getValue()
Get the value of the number
|
Copyright © 2017. All rights reserved.