Enum MacroElement.Status
- Namespace
- CMS.MacroEngine
- Assembly
- CMS.MacroEngine.dll
Status of the parser.
protected enum MacroElement.Status
- Extension Methods
Fields
Comma = 4
Comma.
Comment = 17
Comment
CommentMultiline = 18
Multiline comment
Dot = 3
Dot.
Double = 5
Double.
ErrorIdentifier = 13
Identifier error.
ErrorInternal = 14
Internal error.
ErrorNumber = 6
Error number.
ErrorOperator = 15
Operator error.
ErrorParameter = 16
Parameter error.
ErrorUnknown = 12
Unknown error.
Identifier = 1
Identifier.
Integer = 2
Integer.
Operator = 10
Operator.
Parameter = 11
Parameter.
Start = 0
Start (begining of parsing).
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).