Package ghidra.app.util.bin.format.swift
Class SwiftTypeMetadata
java.lang.Object
ghidra.app.util.bin.format.swift.SwiftTypeMetadata
Parses marks up, and provide access to Swift type metadata
-
Constructor Summary
ConstructorsConstructorDescriptionSwiftTypeMetadata
(Program program, TaskMonitor monitor, MessageLog log) Creates a newSwiftTypeMetadata
-
Method Summary
Modifier and TypeMethodDescriptionvoid
markup()
Marks up thisSwiftTypeMetadata
with data structures and comments
-
Constructor Details
-
SwiftTypeMetadata
public SwiftTypeMetadata(Program program, TaskMonitor monitor, MessageLog log) throws IOException, CancelledException Creates a newSwiftTypeMetadata
- Parameters:
program
- TheProgram
monitor
- A cancellable task monitorlog
- The log- Throws:
IOException
- if there was an IO-related errorCancelledException
- if the user cancelled the operation
-
-
Method Details
-
markup
Marks up thisSwiftTypeMetadata
with data structures and comments- Throws:
CancelledException
- if the user cancelled the operation
-