Components of an Objective‐C method selector name.

Synopsis

Declared in <llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h>

struct ObjCSelectorNames;

Data Members

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:"

Non-Member Functions

Name

Description

getObjCNamesIfSelector

Parses an Objective‐C selector name into its component parts.

Created with MrDocs