| 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 int |
INDEX_ADDITION |
0 |
public static final int |
INDEX_DIVISION |
3 |
public static final int |
INDEX_MODULO |
5 |
public static final int |
INDEX_MUTLIPLICATION |
2 |
public static final int |
INDEX_POWER |
4 |
public static final int |
INDEX_SUBTRACTION |
1 |
public static final int |
INDEX_UNARYMINUS |
6 |
public static final int |
INDEX_UNARYPLUS |
7 |
| 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_PARANTHESES_CLOSE |
5 |
public static final short |
TOKEN_PARANTHESES_OPEN |
4 |
public static final short |
TOKEN_SEPARATOR |
7 |
public static final short |
TOKEN_VARIABLE |
6 |
Copyright © 2014. All rights reserved.