primarySymbolSet
Notification the the given symbol was set as the primary symbol.
- Parameters:
symbol
- the symbol that is now primary.
void
associationAdded(SourceType symbol,
Reference ref)
void
void
void
void
primarySymbolSet(SourceType symbol)
void
symbolAdded(SourceType symbol)
void
symbolRemoved(Address addr,
String name,
boolean isLocal)
void
symbolRenamed(SourceType symbol,
String oldName)
void
symbolScopeChanged(SourceType symbol)
symbol
- the symbol that was added.addr
- address where the symbol wasname
- name of symbolisLocal
- true if the symbol was in the scope
of a functionsymbol
- symbol that was renamedoldName
- old name of the symbolsymbol
- the symbol that is now primary.symbol
- the symbol whose scope has changed.addr
- the address that made an external entry point.addr
- the address the removed as an external entry point.symbol
- affected symbolref
- affected referenceref
- the reference that had a symbol association removed.