Table of Contents

Enum StringTokenSemanticFlags

Namespace
RDCore.SDK.Semantics.Flags
Assembly
RDCore.SDK.dll
[Flags]
public enum StringTokenSemanticFlags

Fields

All = Completed | SyntaxError | ZeroLength

Combines all values.

Completed = 1

A number token was successfully ingested as a numeric literal expression symbol in the abstract syntax tree (AST).

SyntaxError = 2

The abstract syntax tree (AST) at the specified Uri contains invalid symbols and error nodes.

ZeroLength = 4

The 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).