Table of Contents

Enum TokenSemanticOperationFlags

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

Fields

All = Completed | SyntaxError

Combines all values.

Completed = 1

A complete and valid abstract syntax tree (AST) was successfully generated for the symbol at the specified Uri.

SyntaxError = 2

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