TTagConditionType = ( tcEqual, tcNotEqual, tcMask, tcSkip, tcStrictMask );
ecSyntAnal
|
Members |
Description |
|
tcEqual |
Token type is in TokenTypes and token string is in TagList (if TagList is not empty). |
|
tcNotEqual |
Token type is not in TokenTypes or token string is not in TagList. |
|
tcMask |
Each line in TagList represent regular expression to test token string. |
|
tcSkip |
Skip all tokens, token type of which is in TokenTypes, till next condition is not successful. |
|
tcStrictMask |
Each line in TagList represents regular expression to test token string. Token must be fully satisfy regular expression in compare with tcMask when only start of token may satisfy regular expression. |
Specifies conditional operation.
|
Copyright (c) 2004-2011. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|