Package ghidra.app.util.bin.format.swift
Interface SwiftStructure
- All Superinterfaces:
StructConverter
- All Known Implementing Classes:
AssociatedTypeDescriptor
,AssociatedTypeRecord
,BuiltinTypeDescriptor
,CaptureDescriptor
,CaptureTypeRecord
,EntryPoint
,FieldDescriptor
,FieldRecord
,MetadataSourceRecord
,MultiPayloadEnumDescriptor
,TargetClassDescriptor
,TargetContextDescriptor
,TargetEnumDescriptor
,TargetProtocolConformanceDescriptor
,TargetProtocolDescriptor
,TargetStructDescriptor
,TargetTypeContextDescriptor
Implemented by all Swift structures
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGets a short description of theSwiftStructure
Gets the name of theSwiftStructure
Methods inherited from interface ghidra.app.util.bin.StructConverter
toDataType
-
Field Details
-
DATA_TYPE_CATEGORY
- See Also:
-
-
Method Details
-
getStructureName
String getStructureName()Gets the name of theSwiftStructure
- Returns:
- The name of the
SwiftStructure
-
getDescription
String getDescription()Gets a short description of theSwiftStructure
- Returns:
- A short description of the
SwiftStructure
-