Class Objc1TypeMetadata
java.lang.Object
ghidra.app.util.bin.format.objc.AbstractObjcTypeMetadata
ghidra.app.util.bin.format.objc.objc1.Objc1TypeMetadata
- All Implemented Interfaces:
Closeable,AutoCloseable
-
Field Summary
Fields inherited from class ghidra.app.util.bin.format.objc.AbstractObjcTypeMetadata
log, monitor, program, state -
Constructor Summary
ConstructorsConstructorDescriptionObjc1TypeMetadata(Program program, TaskMonitor monitor, MessageLog log) Creates a newObjc1TypeMetadata -
Method Summary
Methods inherited from class ghidra.app.util.bin.format.objc.AbstractObjcTypeMetadata
close, log
-
Constructor Details
-
Objc1TypeMetadata
public Objc1TypeMetadata(Program program, TaskMonitor monitor, MessageLog log) throws IOException, CancelledException Creates a newObjc1TypeMetadata- Parameters:
program- TheProgrammonitor- A cancellable task monitorlog- The log- Throws:
IOException- if there was an IO-related errorCancelledException- if the user cancelled the operation
-
-
Method Details
-
getModules
-
getProtocols
-
applyTo
public void applyTo()Description copied from class:AbstractObjcTypeMetadataApplies the type metadata to the program- Specified by:
applyToin classAbstractObjcTypeMetadata
-