Components of an Objective-C method selector name.
Declared in <llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h>
struct ObjCSelectorNames;
| Name | Description |
|---|---|
ClassName | For "-[A(Category) method:]", this would be "A(category)" |
ClassNameNoCategory | For "-[A(Category) method:]", this would be "A" |
MethodNameNoCategory | For "-[A(Category) method:]", this would be "A method:" |
Selector | For "-[A(Category) method:]", this would be "method:" |
| Name | Description |
|---|---|
getObjCNamesIfSelector | Parses an Objective-C selector name into its component parts. |