|
|||||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | ||||||||||
a + b with priority 180.
a && b with priority 40.
a , b with priority 70.
a != b with priority 50.
a / b with priority 190.
a == b with priority 50.
a >= b with priority 50.
a > b with priority 50.
a with priority 250.
a < b with priority 50.
a <= b with priority 50.
false with priority 250.
null with priority 250.
super with priority 250.
this with priority 250.
true with priority 250.
!a with priority 250.
a mod b with priority 190.
a * b with priority 190.
a - b with priority 180.
a || b with priority 40.
a ? b : c with priority 90.
"aaa" with priority 250.
-a with priority 210.
#a.b with priority 250.
!a.b with priority 250.
a ==> b with priority 30.
a <: b with priority 250.
\old(a) with priority 250.
\result with priority 250.
\type(a) with priority 250.
j_int2byte, In the B lemmas,
j_int2byte is a function that converts an int into a byte.
j_int2char, In the B lemmas,
j_int2char is a function that converts an int into a char.
j_int2short, In the B lemmas,
j_int2short is a function that converts an int into a
short.
|
|||||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | ||||||||||