Class SwiftTypeMetadataStructure
java.lang.Object
ghidra.app.util.bin.format.swift.SwiftTypeMetadataStructure
- All Implemented Interfaces:
StructConverter
- Direct Known Subclasses:
AssociatedTypeDescriptor, AssociatedTypeRecord, BuiltinTypeDescriptor, CaptureDescriptor, CaptureTypeRecord, EntryPoint, FieldDescriptor, FieldRecord, MetadataSourceRecord, MultiPayloadEnumDescriptor, TargetContextDescriptor, TargetProtocolConformanceDescriptor
Implemented by all Swift type metadata structures
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetBase()Gets the base "address" of thisSwiftTypeMetadataStructureabstract StringGets a short description of theSwiftTypeMetadataStructureabstract StringGets the name of theSwiftTypeMetadataStructureMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface StructConverter
toDataType
-
Field Details
-
DATA_TYPE_CATEGORY
- See Also:
-
-
Constructor Details
-
SwiftTypeMetadataStructure
public SwiftTypeMetadataStructure(long base)
-
-
Method Details
-
getBase
public long getBase()Gets the base "address" of thisSwiftTypeMetadataStructure- Returns:
- The base "address" of this
SwiftTypeMetadataStructure
-
getStructureName
Gets the name of theSwiftTypeMetadataStructure- Returns:
- The name of the
SwiftTypeMetadataStructure
-
getDescription
Gets a short description of theSwiftTypeMetadataStructure- Returns:
- A short description of the
SwiftTypeMetadataStructure
-