Class ObjectiveC_Method
java.lang.Object
ghidra.app.util.bin.format.objectiveC.ObjectiveC_Method
- All Implemented Interfaces:
StructConverter
- Direct Known Subclasses:
ObjectiveC1_Method
,ObjectiveC2_Method
-
Field Summary
Modifier and TypeFieldDescriptionprotected long
protected ObjectiveC_MethodType
protected ObjectiveC1_State
-
Constructor Summary
ModifierConstructorDescriptionprotected
ObjectiveC_Method
(ObjectiveC1_State state, BinaryReader reader, ObjectiveC_MethodType methodType) -
Method Summary
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 -
_methodType
-
-
Constructor Details
-
ObjectiveC_Method
protected ObjectiveC_Method(ObjectiveC1_State state, BinaryReader reader, ObjectiveC_MethodType methodType)
-
-
Method Details
-
getIndex
public final long getIndex() -
getMethodType
-
getName
-
getTypes
-
getImplementation
public abstract long getImplementation() -
applyTo
- Throws:
Exception
-