| 类 | 说明 |
|---|---|
| AtomExprInstCompiler |
Atom
|
| DyadicExprInstCompiler |
二元运算表达式
|
| EnterRouteVariableInstCompiler |
路由的入口,一切路由操作都要有一个入口
|
| ExitInstCompiler |
exit指令
|
| FragmentVariableInstCompiler |
Fragment 片段
|
| FunCallRouteVariableInstCompiler |
函数调用
|
| HintInstCompiler |
查询选项
|
| ImportInstCompiler |
import 语法
|
| InstSetInstCompiler |
指令序列
|
| LambdaVariableInstCompiler |
lambda 函数对象
|
| ListFormatInstCompiler |
函数调用的返回值处理格式,List格式。
|
| ListVariableInstCompiler |
列表
|
| NameRouteVariableInstCompiler |
编译 NameRouteVariable
|
| ObjectFormatInstCompiler |
函数调用的返回值处理格式,Object格式。
|
| ObjectVariableInstCompiler |
对象
|
| PrimitiveVariableInstCompiler |
基础类型值,用于表示【String、Number、Null、Boolean】四种基本类型
|
| PrivilegeExprInstCompiler |
权限提升,用于表示表达式中的括号
|
| ReturnInstCompiler |
return指令
|
| RootBlockSetInstCompiler |
指令序列
|
| RunInstCompiler |
Run
|
| SubscriptRouteVariableInstCompiler |
对 RouteVariable 的下标操作
|
| SwitchInstCompiler |
if指令
|
| TernaryExprInstCompiler |
三元运算表达式
|
| ThrowInstCompiler |
throw指令
|
| UnaryExprInstCompiler |
一元运算表达式
|
| VarInstCompiler |
var指令
|
Copyright © 2020. All rights reserved.