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 SummaryFields Modifier and Type Field Description protected long_indexprotected ObjectiveC1_State_stateprotected java.util.List<ObjectiveC_Method>methods
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedObjectiveC_MethodList(ObjectiveC1_State state, BinaryReader reader, java.lang.String className)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapplyTo(Namespace namespace)java.util.List<ObjectiveC_Method>getMethods()- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface ghidra.app.util.bin.StructConvertertoDataType
 
- 
 
- 
- 
- 
Field Detail- 
_stateprotected ObjectiveC1_State _state 
 - 
_indexprotected long _index 
 - 
methodsprotected java.util.List<ObjectiveC_Method> methods 
 
- 
 - 
Constructor Detail- 
ObjectiveC_MethodListprotected ObjectiveC_MethodList(ObjectiveC1_State state, BinaryReader reader, java.lang.String className) 
 
- 
 - 
Method Detail- 
getMethodspublic java.util.List<ObjectiveC_Method> getMethods() 
 - 
applyTopublic void applyTo(Namespace namespace) throws java.lang.Exception - Throws:
- java.lang.Exception
 
 
- 
 
-