Table of Contents

Namespace RDCore.SDK.Model.Symbols

Classes

DeferredSymbol

A BoundSymbol that is inferred from an unbound expression and accessible to IntelliSense and analyzers, but not yet materialized in source code.

GlobalSymbols
GlobalSymbols.ExtensionSymbols

Defines a number of static (unallocated) symbols used internally for semantic purposes.

GlobalSymbols.OperatorSymbols
GlobalSymbols.StaticSymbols
VBClassModuleSymbol

An unbound symbol representing a class module.

VBLibrarySymbol

An unbound Symbol that represents a library or project.

VBLocalVariableSymbol

A TypedSymbol representing any local variable.

VBModuleSymbol

An unbound symbol representing any type of module.

VBStandardModuleSymbol

An unbound symbol representing a standard module.

VBStaticLocalVariableSymbol

Represents a semantically Static local variable symbol.