#include <bond/compiler/parsenodes.h>
◆ SymbolType
Enumerator |
---|
TYPE_NAMESPACE | |
TYPE_STRUCT | |
TYPE_ENUM | |
TYPE_LOCALSCOPE | |
TYPE_VALUE | |
TYPE_FUNCTION | |
◆ ~Symbol()
virtual Bond::Symbol::~Symbol |
( |
| ) |
|
|
inlinevirtual |
◆ Symbol()
◆ FindSymbol() [1/6]
◆ FindSymbol() [2/6]
◆ FindSymbol() [3/6]
Symbol * Bond::Symbol::FindSymbol |
( |
const StringView & |
name | ) |
|
◆ FindSymbol() [4/6]
const Symbol * Bond::Symbol::FindSymbol |
( |
const StringView & |
name | ) |
const |
◆ FindSymbol() [5/6]
Symbol * Bond::Symbol::FindSymbol |
( |
const Token * |
name | ) |
|
|
inline |
◆ FindSymbol() [6/6]
const Symbol * Bond::Symbol::FindSymbol |
( |
const Token * |
name | ) |
const |
|
inline |
◆ GetContextToken()
virtual const Token * Bond::Symbol::GetContextToken |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ GetName()
virtual const Token * Bond::Symbol::GetName |
( |
| ) |
const |
|
inlinevirtual |
◆ GetParentSymbol() [1/2]
Symbol * Bond::Symbol::GetParentSymbol |
( |
| ) |
|
|
inline |
◆ GetParentSymbol() [2/2]
const Symbol * Bond::Symbol::GetParentSymbol |
( |
| ) |
const |
|
inline |
◆ GetSymbolType()
virtual SymbolType Bond::Symbol::GetSymbolType |
( |
| ) |
const |
|
pure virtual |
◆ GetTypeAndValue() [1/2]
◆ GetTypeAndValue() [2/2]
virtual const TypeAndValue * Bond::Symbol::GetTypeAndValue |
( |
| ) |
const |
|
inlinevirtual |
◆ InsertSymbol()
void Bond::Symbol::InsertSymbol |
( |
Symbol * |
symbol | ) |
|
◆ IsAnonymous()
bool Bond::Symbol::IsAnonymous |
( |
| ) |
const |
|
inline |
◆ IsResolved()
virtual bool Bond::Symbol::IsResolved |
( |
| ) |
const |
|
inlinevirtual |
◆ IsTypeDefinition()
bool Bond::Symbol::IsTypeDefinition |
( |
| ) |
const |
◆ Matches()
bool Bond::Symbol::Matches |
( |
const StringView & |
name | ) |
const |
◆ SetParentSymbol()
void Bond::Symbol::SetParentSymbol |
( |
Symbol * |
parent | ) |
|
The documentation for this class was generated from the following file:
- include/bond/compiler/parsenodes.h