The Psyche Project
|
The VariableSymbol class. More...
#include <ValueSymbol_Variable.h>
Public Member Functions | |
virtual VariableSymbol * | asVariable () override |
virtual const VariableSymbol * | asVariable () const override |
![]() | |
ValueKind | valueKind () const |
const SymbolName * | name () const |
const TypeSymbol * | type () const |
virtual ValueSymbol * | asValue () override |
virtual const ValueSymbol * | asValue () const override |
virtual EnumeratorSymbol * | asEnumerator () |
virtual const EnumeratorSymbol * | asEnumerator () const |
virtual FieldSymbol * | asField () |
virtual const FieldSymbol * | asField () const |
virtual ParameterSymbol * | asParameter () |
virtual const ParameterSymbol * | asParameter () const |
![]() | |
SymbolKind | kind () const |
virtual LibrarySymbol * | asLibrary () |
virtual const LibrarySymbol * | asLibrary () const |
virtual FunctionSymbol * | asFunction () |
virtual const FunctionSymbol * | asFunction () const |
virtual TypeSymbol * | asType () |
virtual const TypeSymbol * | asType () const |
const Assembly * | owningAssembly () const |
const Symbol * | containingSymbol () const |
const Scope * | scope () const |
const NameSpace * | nameSpace () const |
Location | location () const |
Accessibility | declaredAccessibility () const |
std::vector< SyntaxReference > | declaringSyntaxReferences () const |
Additional Inherited Members | |
![]() | |
static TypeClass_NameableSymbol * | asInstance (Symbol *) |
![]() | |
static TypeClass_TypeableSymbol * | asInstance (Symbol *) |
![]() | |
ValueSymbolImpl * | CAST () const |
ValueSymbol (const SyntaxTree *tree, const Scope *scope, const Symbol *containingSym, ValueKind valKind) | |
![]() | |
Symbol (SymbolImpl *p) | |
Symbol (const Symbol &)=delete | |
Symbol & | operator= (const Symbol &)=delete |
![]() | |
std::unique_ptr< SymbolImpl > | impl_ |
The VariableSymbol class.
Microsoft.CodeAnalysis.ILocalSymbol
from Roslyn, the .NET Compiler Platform.
|
inlineoverridevirtual |
Cast this
Symbol as a VariableSymbol.
Reimplemented from psy::C::ValueSymbol.
|
inlineoverridevirtual |
Cast this
Symbol as a VariableSymbol.
Reimplemented from psy::C::ValueSymbol.