Documentation

ETMethodMirror documentation

ETMethodDescriptionMirror : NSObject <ETMethodMirror>

Mirror class that represents an Objective-C method, used to mirror a method when we only know its name.

AuthorsGenerated by qmathe
Declared inETMethodMirror.h

Default

+ (id) mirrorWithMethodName: (const char*)name isClassMethod: (BOOL)isClassMethod
Description forthcoming.
    - (id) initWithMethodName: (const char*)name isClassMethod: (BOOL)isClassMethod
    Description forthcoming.