Package ghidra.trace.model
Interface TraceLocation
- All Superinterfaces:
Comparable<TraceLocation>
- All Known Implementing Classes:
DefaultTraceLocation
-
Method Summary
Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getTrace
Trace getTrace() -
getThread
TraceThread getThread() -
getLifespan
Lifespan getLifespan() -
getAddress
Address getAddress()
-