您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
Package:
Description |
Related Packages
|
Classes and Interfaces
SEARCH:
程序包 org.ssssssss.script.parsing.ast.binary
package
org.ssssssss.script.parsing.ast.binary
Related Packages
程序包
说明
org.ssssssss.script.parsing.ast
org.ssssssss.script.parsing.ast.linq
org.ssssssss.script.parsing.ast.literal
org.ssssssss.script.parsing.ast.statement
类
类
说明
AddOperation
+ 运算
AndOperation
&& 操作
AssigmentOperation
= 操作
BitAndOperation
&
BitOrOperation
|
DivisionOperation
/ 操作
EqualOperation
==、===操作
GreaterEqualOperation
>=操作
GreaterOperation
> 运算
InstanceofOperation
instanceof
LessEqualOperation
<= 运算
LessOperation
<
LShiftOperation
<<
ModuloOperation
% 运算
MultiplicationOperation
* 运算
NotEqualOperation
!
OrOperation
|| 操作
RShift2Operation
>>>
RShiftOperation
>>
SubtractionOperation
- 操作
XorOperation
^