enum Ven::Precedence
Overview
The levels of led precedence in ascending order (lower is looser, higher is tighter).
Defined in:
ven/read.crEnum Members
-
ZERO =
0_u8
-
ASSIGNMENT =
1_u8
-
CONVERT =
2_u8
-
JUNCTION =
3_u8
-
IDENTITY =
4_u8
-
RANGE =
5_u8
-
ADDITION =
6_u8
-
PRODUCT =
7_u8
-
POSTFIX =
8_u8
-
PREFIX =
9_u8
-
CALL =
10_u8
-
FIELD =
11_u8
Instance Method Summary
- #addition?
- #assignment?
- #call?
- #convert?
- #field?
- #identity?
- #junction?
- #postfix?
- #prefix?
- #product?
- #range?
- #zero?