Enum StringTokenSemanticFlags
[Flags]
public enum StringTokenSemanticFlags
Fields
All = Completed | SyntaxError | ZeroLengthCombines all values.
Completed = 1A number token was successfully ingested as a numeric literal expression symbol in the abstract syntax tree (AST).
SyntaxError = 2The abstract syntax tree (AST) at the specified
Uricontains invalid symbols and error nodes.ZeroLength = 4The string token has a length of zero (empty string).
The data value of the string is the zero-length empty string, a statically allocated symbol (
GlobalSymbols.StaticSymbols.VBEmptyString).