Package ghidra.trace.model.target.info
Interface TraceObjectInterfaceFactory
- All Superinterfaces:
ExtensionPoint
- All Known Implementing Classes:
BuiltinTraceObjectInterfaceFactory
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final record -
Method Summary
Modifier and TypeMethodDescriptionstatic <I extends TraceObjectInterface>
TraceObjectInterfaceFactory.Constructor<I> ctor(Class<I> iface, Function<? super DBTraceObject, ? extends I> ctor)
-
Method Details
-
ctor
static <I extends TraceObjectInterface> TraceObjectInterfaceFactory.Constructor<I> ctor(Class<I> iface, Function<? super DBTraceObject, ? extends I> ctor) -
getInterfaceConstructors
List<TraceObjectInterfaceFactory.Constructor<?>> getInterfaceConstructors()
-