XLANG-s 保留字
XLANG/s 保留各种关键字、类型名称和标识符名称供自己使用。
保留关键字
激活 | 原子 (atomic) | body |
call | catch | checked |
compensate | compensation(补偿) | 构造 |
关联 | correlationtype | delay |
dynamic | else | exceptions |
exec | exists | false |
if | 实现 | in |
初始化 | 内部 | 链接 |
聆听 | longrunning | message |
messagetype | method | name |
new | Null | oneway |
out | parallel | port |
porttype | private | public |
接收 | ref | request |
requestresponse | 响应 | scope |
发送 | 服务 | servicelink |
servicelinktype | source | succeeded |
suppressfailure | 挂起 | 目标 |
task | terminate | throw |
timeout | transaction | 转换 |
true | unchecked | until |
uses | using | while |
xpath |
保留类型
SchemaBase
PropertyBase
保留标识符
所有以 __(双下划线)开头的名称在 XLANG/s 中都属于保留名称。
注意
XLANG/s 标识符的长度不能超过 511 个字符。
注意
XLANG/s 代码行的长度不能超过 2040 个字符。