API 0.9.5
CPExpression_keypath Class Reference

#import <CPExpression_keypath.h>

Inheritance diagram for CPExpression_keypath:

List of all members.

Instance Methods

(CPString- description
(id) - initWithKeyPath:
(id) - initWithOperand:andKeyPath:
(BOOL) - isEqual:
(CPString- keyPath
(CPExpression- pathExpression

Detailed Description

Definition at line 2 of file CPExpression_keypath.h.


Method Documentation

- (CPString) description

Reimplemented from CPExpression_function.

Definition at line 61 of file CPExpression_keypath.j.

- (id) initWithKeyPath: (CPString keyPath

Definition at line 29 of file CPExpression_keypath.j.

- (id) initWithOperand: (CPExpression operand
andKeyPath: (CPString keyPath 

Definition at line 34 of file CPExpression_keypath.j.

- (BOOL) isEqual: (id)  object

Reimplemented from CPExpression_function.

Definition at line 43 of file CPExpression_keypath.j.

- (CPString) keyPath

Returns the key path for the receiver.

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

Reimplemented from CPExpression.

Definition at line 56 of file CPExpression_keypath.j.

- (CPExpression) pathExpression

Definition at line 51 of file CPExpression_keypath.j.


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