Package ghidra.trace.model.target.info
Annotation Interface TraceObjectInfo
Information about a trace target interface
-
Required Element Summary
Required Elements
-
Element Details
-
schemaName
String schemaNameThe name for this interface in the schema -
shortName
String shortNameA short name for this interface type -
attributes
String[] attributesThe attributes expected or required by this interface -
fixedKeys
String[] fixedKeysKeys intrinsic to this interface, whose values are fixed during the object's lifespan
-