| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
PRECEDENCE_ADD |
7 |
public static final int |
PRECEDENCE_AND |
14 |
public static final int |
PRECEDENCE_ASSIGN |
17 |
public static final int |
PRECEDENCE_BITWISE_AND |
11 |
public static final int |
PRECEDENCE_BITWISE_OR |
13 |
public static final int |
PRECEDENCE_BITWISE_XOR |
12 |
public static final int |
PRECEDENCE_COMMA |
18 |
public static final int |
PRECEDENCE_COND |
16 |
public static final int |
PRECEDENCE_EQUALITY |
10 |
public static final int |
PRECEDENCE_FUNCTION |
3 |
public static final int |
PRECEDENCE_MEMBER |
2 |
public static final int |
PRECEDENCE_MUL |
6 |
public static final int |
PRECEDENCE_OR |
15 |
public static final int |
PRECEDENCE_POSTFIX |
4 |
public static final int |
PRECEDENCE_PREFIX |
5 |
public static final int |
PRECEDENCE_RELATION |
9 |
public static final int |
PRECEDENCE_SHIFT |
8 |
Copyright © 2015. All rights reserved.