Class ObjcMethodList
java.lang.Object
ghidra.app.util.bin.format.objc.ObjcTypeMetadataStructure
ghidra.app.util.bin.format.objc.ObjcMethodList
- All Implemented Interfaces:
StructConverter
- Direct Known Subclasses:
Objc1MethodList, Objc2MethodList
-
Field Summary
FieldsFields inherited from class ObjcTypeMetadataStructure
base, DATA_TYPE_CATEGORY, is32bit, isArm, pointerSize, program, state -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedObjcMethodList(Program program, ObjcState state, BinaryReader reader, String className) -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyTo(Namespace namespace, TaskMonitor monitor) Applies thisObjcTypeMetadataStructureto the programMethods inherited from class ObjcTypeMetadataStructure
getBase, getPointerSize, getProgram, getState, is32bit, isArm, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface StructConverter
toDataType
-
Field Details
-
methods
-
-
Constructor Details
-
ObjcMethodList
-
-
Method Details
-
getMethods
-
applyTo
Description copied from class:ObjcTypeMetadataStructureApplies thisObjcTypeMetadataStructureto the program- Specified by:
applyToin classObjcTypeMetadataStructure- Parameters:
namespace- An optionalNamespaceto apply tomonitor- A cancellable monitor- Throws:
Exception- if an error occurred
-