API 0.9.5
CPExpression_function Class Reference

#import <CPExpression_function.h>

Inheritance diagram for CPExpression_function:

List of all members.

Instance Methods

(CPArray- arguments
(CPString- description
(void) - encodeWithCoder:
(id) - expressionValueWithObject:context:
(CPString- function
(id) - initWithCoder:
(id) - initWithSelector:arguments:
(id) - initWithTarget:selector:arguments:
(id) - initWithTarget:selector:arguments:type:
(BOOL) - isEqual:
(CPExpression- operand

Detailed Description

Definition at line 2 of file CPExpression_function.h.


Method Documentation

- (CPArray) arguments

Returns the arguments for the receiver.

Returns:
The arguments for the receiver—that is, the array of expressions that will be passed as parameters during invocation of the selector on the operand of a function expression. This method raises an exception if it is not applicable to the receiver.

Reimplemented from CPExpression.

Definition at line 85 of file CPExpression_function.j.

- (CPString) description

Reimplemented in CPExpression_keypath.

Definition at line 117 of file CPExpression_function.j.

- (void) encodeWithCoder: (CPCoder coder

Definition at line 168 of file CPExpression_function.j.

- (id) expressionValueWithObject: (id)  object
context: (CPDictionary context 

Definition at line 95 of file CPExpression_function.j.

- (CPString) function

Returns the function for the receiver.

Returns:
The function for the receiver. This method raises an exception if it is not applicable to the receiver.

Reimplemented from CPExpression.

Definition at line 80 of file CPExpression_function.j.

- (id) initWithCoder: (CPCoder coder

Definition at line 158 of file CPExpression_function.j.

- (id) initWithSelector: (SEL)  aSelector
arguments: (CPArray parameters 

Definition at line 32 of file CPExpression_function.j.

- (id) initWithTarget: (CPExpression operand
selector: (SEL)  aSelector
arguments: (CPArray parameters 

Definition at line 42 of file CPExpression_function.j.

- (id) initWithTarget: (CPExpression operand
selector: (SEL)  aSelector
arguments: (CPArray parameters
type: (int)  type 

Definition at line 47 of file CPExpression_function.j.

- (BOOL) isEqual: (id)  object

Reimplemented in CPExpression_keypath.

Definition at line 64 of file CPExpression_function.j.

- (CPExpression) operand

Returns the operand for the receiver.

Returns:
The operand for the receiver—that is, the object on which the selector will be invoked. This method raises an exception if it is not applicable to the receiver.

Reimplemented from CPExpression.

Definition at line 90 of file CPExpression_function.j.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Defines