Class Objc2TypeMetadata
java.lang.Object
ghidra.app.util.bin.format.objc.AbstractObjcTypeMetadata
ghidra.app.util.bin.format.objc.objc2.Objc2TypeMetadata
- All Implemented Interfaces:
Closeable,AutoCloseable
-
Field Summary
Fields inherited from class ghidra.app.util.bin.format.objc.AbstractObjcTypeMetadata
log, monitor, program, state -
Constructor Summary
ConstructorsConstructorDescriptionObjc2TypeMetadata(Program program, TaskMonitor monitor, MessageLog log) Creates a newObjc2TypeMetadata -
Method Summary
Methods inherited from class ghidra.app.util.bin.format.objc.AbstractObjcTypeMetadata
close, log
-
Constructor Details
-
Objc2TypeMetadata
public Objc2TypeMetadata(Program program, TaskMonitor monitor, MessageLog log) throws IOException, CancelledException Creates a newObjc2TypeMetadata- 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
-
applyTo
public void applyTo()Description copied from class:AbstractObjcTypeMetadataApplies the type metadata to the program- Specified by:
applyToin classAbstractObjcTypeMetadata
-