Namespace RDCore.SDK.Model.Symbols
Classes
- DeferredSymbol
A
BoundSymbolthat is inferred from an unbound expression and accessible to IntelliSense and analyzers, but not yet materialized in source code.
- GlobalSymbols.ExtensionSymbols
Defines a number of static (unallocated) symbols used internally for semantic purposes.
- VBClassModuleSymbol
An unbound symbol representing a class module.
- VBLibrarySymbol
An unbound
Symbolthat represents a library or project.
- VBLocalVariableSymbol
A
TypedSymbolrepresenting any local variable.
- VBModuleSymbol
An unbound symbol representing any type of module.
- VBStandardModuleSymbol
An unbound symbol representing a standard module.
- VBStaticLocalVariableSymbol
Represents a semantically
Staticlocal variable symbol.