DixieChaosContext Class Reference
| Inherits from | NSObject |
| Declared in | DixieChaosContext.h DixieChaosContext.m |
Properties
methodInfo
A DixieMethodInfo, that describes the class and one of its method
@property (readonly) DixieMethodInfo *methodInfoDiscussion
A DixieMethodInfo, that describes the class and one of its method
Declared In
DixieChaosContext.horiginalIMP
The original implementation of the class method, described in the methodInfo property.
@property IMP originalIMPDiscussion
The original implementation of the class method, described in the methodInfo property.
Declared In
DixieChaosContext.hInstance Methods
init:methodInfo:
Creates a DixieChaosContext with a given seed and methodInfo
- (instancetype)init:(id)seed methodInfo:(id)methodInfoParameters
- seed
A seed for deterministic behaviour.
- methodInfo
A DixieMethodInfo, that describes the class and one of its method
Return Value
A DixieChaosContext
Discussion
Creates a DixieChaosContext with a given seed and methodInfo
Declared In
DixieChaosContext.h