Ghidra 11.3.2
Ghidra internal decompiler documentation.
|
Public Member Functions | |
SymbolScope (SymbolScope *p, uintm i) | |
SymbolScope * | getParent (void) const |
SleighSymbol * | addSymbol (SleighSymbol *a) |
SleighSymbol * | findSymbol (const string &nm) const |
SymbolTree::const_iterator | begin (void) const |
SymbolTree::const_iterator | end (void) const |
uintm | getId (void) const |
void | removeSymbol (SleighSymbol *a) |
Private Attributes | |
SymbolScope * | parent |
SymbolTree | tree |
uintm | id |
Friends | |
class | SymbolTable |