DixieMethodInfo Class Reference
| Inherits from | NSObject |
| Declared in | DixieMethodInfo.h DixieMethodInfo.m |
Tasks
-
targetClassproperty -
selectorproperty -
methodTypeEncodingproperty -
isClassMethodproperty -
signatureproperty -
+ infoWithClass:selector:
Properties
isClassMethod
Indicates whether the method is a class method.
@property (readonly) BOOL isClassMethodDiscussion
Indicates whether the method is a class method.
Declared In
DixieMethodInfo.hmethodTypeEncoding
The string representation of the method encoding
@property (readonly) const char *methodTypeEncodingDiscussion
The string representation of the method encoding
Declared In
DixieMethodInfo.hselector
Selector of the method.
@property (readonly) SEL selectorDiscussion
Selector of the method.
Declared In
DixieMethodInfo.h