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
public abstract class ObjectiveC_MethodList extends java.lang.Object implements StructConverter
-
-
Field Summary
Fields Modifier and Type Field Description protected long
_index
protected ObjectiveC1_State
_state
protected java.util.List<ObjectiveC_Method>
methods
-
Constructor Summary
Constructors Modifier Constructor Description protected
ObjectiveC_MethodList(ObjectiveC1_State state, BinaryReader reader, java.lang.String className)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
applyTo(Namespace namespace)
java.util.List<ObjectiveC_Method>
getMethods()
-
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 Detail
-
_state
protected ObjectiveC1_State _state
-
_index
protected long _index
-
methods
protected java.util.List<ObjectiveC_Method> methods
-
-
Constructor Detail
-
ObjectiveC_MethodList
protected ObjectiveC_MethodList(ObjectiveC1_State state, BinaryReader reader, java.lang.String className)
-
-
Method Detail
-
getMethods
public java.util.List<ObjectiveC_Method> getMethods()
-
applyTo
public void applyTo(Namespace namespace) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-