Package ghidra.trace.model.symbol
Interface TraceSymbolWithAddressNoDuplicatesView<T extends TraceSymbol>
- Type Parameters:
T- the type of symbols in the view
- All Superinterfaces:
TraceSymbolNoDuplicatesView<T>,TraceSymbolView<T>,TraceSymbolWithAddressView<T>
- All Known Implementing Classes:
DBTraceSymbolMultipleTypesWithAddressNoDuplicatesView
public interface TraceSymbolWithAddressNoDuplicatesView<T extends TraceSymbol>
extends TraceSymbolWithAddressView<T>, TraceSymbolNoDuplicatesView<T>
A symbol view where names cannot be duplicated and things have an address
-
Method Summary
Methods inherited from interface ghidra.trace.model.symbol.TraceSymbolNoDuplicatesView
getChildNamed, getGlobalNamedMethods inherited from interface ghidra.trace.model.symbol.TraceSymbolView
getAll, getChildren, getChildrenNamed, getGlobals, getGlobalsNamed, getManager, getNamed, getTrace, getWithMatchingName, scanByName, sizeMethods inherited from interface ghidra.trace.model.symbol.TraceSymbolWithAddressView
getAt, getChildWithNameAt, getGlobalWithNameAt, getIntersecting, hasAt