MacroElementStatus Enumeration |
Status of the parser.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax Members
| Member name | Value | Description |
---|
| Start | 0 |
Start (begining of parsing).
|
| Identifier | 1 |
Identifier.
|
| Integer | 2 |
Integer.
|
| Dot | 3 |
Dot.
|
| Comma | 4 |
Comma.
|
| Double | 5 |
Double.
|
| ErrorNumber | 6 |
Error number.
|
| StringRead | 7 |
String read (quotes - beginning of the string).
|
| StringReadMultiline | 8 |
Multiline string read (@ followed by quotes - beginning of the string).
|
| StringSlash | 9 |
String slash (for escaping character purposes).
|
| Operator | 10 |
Operator.
|
| Parameter | 11 |
Parameter.
|
| ErrorUnknown | 12 |
Unknown error.
|
| ErrorIdentifier | 13 |
Identifier error.
|
| ErrorInternal | 14 |
Internal error.
|
| ErrorOperator | 15 |
Operator error.
|
| ErrorParameter | 16 |
Parameter error.
|
| Comment | 17 |
Comment
|
| CommentMultiline | 18 |
Multiline comment
|
See Also