| 类 | 说明 |
|---|---|
| AddOperation |
+ 运算
|
| AndOperation |
&& 操作
|
| AssigmentOperation |
= 操作
|
| BitAndOperation |
&
|
| BitOrOperation |
|
|
| DivisionOperation |
/ 操作
|
| EqualOperation |
==、===操作
|
| GreaterEqualOperation |
>=操作
|
| GreaterOperation |
> 运算
|
| InstanceofOperation |
instanceof
|
| LessEqualOperation |
<= 运算
|
| LessOperation |
<
|
| LShiftOperation |
<<
|
| ModuloOperation |
% 运算
|
| MultiplicationOperation |
* 运算
|
| NotEqualOperation |
!
|
| OrOperation |
|| 操作
|
| RShift2Operation |
>>>
|
| RShiftOperation |
>>
|
| SubtractionOperation |
- 操作
|
| XorOperation |
^
|
Copyright © 2020–2022. All rights reserved.