XLANG/s Reserved Words
XLANG/s reserves various keywords, type names, and identifier names for its own usage.
|
activate |
atomic |
body |
|
call |
catch |
checked |
|
compensate |
compensation |
construct |
|
correlation |
correlationtype |
delay |
|
dynamic |
else |
exceptions |
|
exec |
exists |
false |
|
if |
implements |
in |
|
initialize |
internal |
link |
|
listen |
longrunning |
message |
|
messagetype |
method |
module |
|
new |
null |
oneway |
|
out |
parallel |
port |
|
porttype |
private |
public |
|
receive |
ref |
request |
|
requestresponse |
response |
scope |
|
send |
service |
servicelink |
|
servicelinktype |
source |
succeeded |
|
suppressfailure |
suspend |
target |
|
task |
terminate |
throw |
|
timeout |
transaction |
transform |
|
true |
unchecked |
until |
|
uses |
using |
while |
|
xpath |
|
|
SchemaBase
PropertyBase
All names beginning with __ (double under-score) are reserved in XLANG/s.
Note |
|---|
| XLANG/s identifiers may be no more than 511 characters long. |
Note |
|---|
| Lines of XLANG/s code may be no more than 2040 characters long. |
notes about "if"
1. The if operator cannot be used inside message assignment expression. The compilation error doesn't have any link with the source of the error!
2. The syntax is
if (...) { ... }
and the {} are mandatory also if there is a single operator inside {}!
2. The syntax is
if (...) { ... }
and the {} are mandatory also if there is a single operator inside {}!
- 2/11/2011
- Leonid Ganeline
Note