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