Documentation

ETReflection class documentation

ETClassMirror <ETMirror, ETCollection>

Protocol for a mirror that represents a class.

AuthorsGenerated by qmathe
Declared inETReflection.h

Default

- (id <ETClassMirror>) superclassMirror
Description forthcoming.
    - (NSArray *) subclassMirrors
    Description forthcoming.
      - (NSArray *) allSubclassMirrors
      Description forthcoming.
        - (NSArray *) adoptedProtocolMirrors

        Returns those protocols explicitly adopted by this class.

          - (NSArray *) allAdoptedProtocolMirrors

          Returns all protocols adopted by this class, including those adopted by means of class inheritance and by protocol inheritance.

            - (NSArray *) methodMirrors
            Description forthcoming.
              - (NSArray *) allMethodMirrors
              Description forthcoming.
                - (NSArray *) instanceVariableMirrors
                Description forthcoming.
                  - (NSArray *) allInstanceVariableMirrors
                  Description forthcoming.
                    - (BOOL) isMetaClass
                    Description forthcoming.
                      - (NSArray *) instanceVariableMirrorsWithOwnerMirror: (id <ETMirror>)aMirror
                      Description forthcoming.
                        - (NSArray *) allInstanceVariableMirrorsWithOwnerMirror: (id <ETMirror>)aMirror
                        Description forthcoming.