DataBinding을 하면서 xml에 사용해야 할 문구의 필요성을 느꼈다
- Mathematical
+ - / * %
- String concatenation
+
- Logical
&& ||
- Binary
& | ^
- Unary
+ - ! ~
- Shift
>> >>> <<
- Comparison
== > < >= <=
(Note that<
needs to be escaped as<
) instanceof
- Grouping
()
- Literals - character, String, numeric,
null
- Cast
- Method calls
- Field access
- Array access
[]
- Ternary operator
?:
댓글 없음
댓글 쓰기