| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
PRECEDENCE_ADDITION |
500 |
public static final int |
PRECEDENCE_DIVISION |
1000 |
public static final int |
PRECEDENCE_MODULO |
1000 |
public static final int |
PRECEDENCE_MULTIPLICATION |
1000 |
public static final int |
PRECEDENCE_POWER |
10000 |
public static final int |
PRECEDENCE_SUBTRACTION |
500 |
public static final int |
PRECEDENCE_UNARY_MINUS |
5000 |
public static final int |
PRECEDENCE_UNARY_PLUS |
5000 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final short |
TOKEN_FUNCTION |
3 |
public static final short |
TOKEN_NUMBER |
1 |
public static final short |
TOKEN_OPERATOR |
2 |
public static final short |
TOKEN_PARENTHESES_CLOSE |
5 |
public static final short |
TOKEN_PARENTHESES_OPEN |
4 |
public static final short |
TOKEN_SEPARATOR |
7 |
public static final short |
TOKEN_VARIABLE |
6 |
Copyright © 2017. All rights reserved.