Package ghidra.trace.database.program
Class DBTraceProgramViewReferenceManager
java.lang.Object
ghidra.trace.database.program.AbstractDBTraceProgramViewReferenceManager
ghidra.trace.database.program.DBTraceProgramViewReferenceManager
- All Implemented Interfaces:
ReferenceManager
-
Field Summary
Fields inherited from class ghidra.trace.database.program.AbstractDBTraceProgramViewReferenceManager
code, program, refs, refsManagerFields inherited from interface ghidra.program.model.symbol.ReferenceManager
MNEMONIC -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected TraceCodeOperationsgetCodeOperations(boolean createIfAbsent) protected TraceReferenceOperationsgetReferenceOperations(boolean createIfAbsent) Methods inherited from class ghidra.trace.database.program.AbstractDBTraceProgramViewReferenceManager
addExternalReference, addExternalReference, addExternalReference, addMemoryReference, addOffsetMemReference, addReference, addRegisterReference, addShiftedMemReference, addStackReference, any, chooseLifespan, collect, delete, getExternalReferences, getFlowReferencesFrom, getPrimaryReferenceFrom, getReference, getReferenceCountFrom, getReferenceCountTo, getReferenceDestinationCount, getReferenceDestinationIterator, getReferenceDestinationIterator, getReferencedVariable, getReferenceFromComparator, getReferenceIterator, getReferenceIteratorForSnap, getReferenceLevel, getReferencesFrom, getReferencesFrom, getReferenceSourceCount, getReferenceSourceIterator, getReferenceSourceIterator, getReferencesTo, getReferencesTo, getRefLevel, hasFlowReferencesFrom, hasReferencesFrom, hasReferencesFrom, hasReferencesTo, removeAllReferencesFrom, removeAllReferencesFrom, removeAllReferencesTo, removeAssociation, setAssociation, setPrimary, updateRefType
-
Constructor Details
-
DBTraceProgramViewReferenceManager
-
-
Method Details
-
getReferenceOperations
- Specified by:
getReferenceOperationsin classAbstractDBTraceProgramViewReferenceManager
-
getCodeOperations
- Specified by:
getCodeOperationsin classAbstractDBTraceProgramViewReferenceManager
-