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 *methodInfo
Discussion
A DixieMethodInfo, that describes the class and one of its method
Declared In
DixieChaosContext.h
originalIMP
The original implementation of the class method, described in the methodInfo property.
@property IMP originalIMP
Discussion
The original implementation of the class method, described in the methodInfo property.
Declared In
DixieChaosContext.h
Instance Methods
init:methodInfo:
Creates a DixieChaosContext with a given seed and methodInfo
- (instancetype)init:(id)seed methodInfo:(id)methodInfo
Parameters
- 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