Class ObjectiveC_MethodList
java.lang.Object
ghidra.app.util.bin.format.objectiveC.ObjectiveC_MethodList
- All Implemented Interfaces:
StructConverter
- Direct Known Subclasses:
ObjectiveC1_MethodList
,ObjectiveC2_MethodList
-
Field Summary
Modifier and TypeFieldDescriptionprotected long
protected ObjectiveC1_State
protected List
<ObjectiveC_Method> -
Constructor Summary
ModifierConstructorDescriptionprotected
ObjectiveC_MethodList
(ObjectiveC1_State state, BinaryReader reader, String className) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ghidra.app.util.bin.StructConverter
toDataType
-
Field Details
-
_state
-
_index
protected long _index -
methods
-
-
Constructor Details
-
ObjectiveC_MethodList
-
-
Method Details
-
getMethods
-
applyTo
- Throws:
Exception
-