Inherits from NSObject
Declared in DixieCallEnvironment.h
DixieCallEnvironment.m

Overview

Describes the environment of a method’s implementation

Properties

arguments

Arguments of the method call converted into objects

@property (strong) NSArray *arguments

Discussion

Arguments of the method call converted into objects

Declared In

DixieCallEnvironment.h

returnValue

The return value of a method’s implementation

@property (nonatomic) id returnValue

Discussion

The return value of a method’s implementation

Declared In

DixieCallEnvironment.h

Instance Methods

initWithArguments:

Creates a DixieCallEnvironment with the arguments

- (instancetype)initWithArguments:(id)arguments

Parameters

arguments

Arguments of the method call converted into objects

Return Value

a DixieCallEnvironment

Discussion

Creates a DixieCallEnvironment with the arguments

Declared In

DixieCallEnvironment.h