![]() |
API 0.9.5
|
#import <CPExpression_keypath.h>
Inheritance diagram for CPExpression_keypath:Instance Methods | |
| (CPString) | - description |
| (id) | - initWithKeyPath: |
| (id) | - initWithOperand:andKeyPath: |
| (BOOL) | - isEqual: |
| (CPString) | - keyPath |
| (CPExpression) | - pathExpression |
Definition at line 2 of file CPExpression_keypath.h.
| - (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.
Reimplemented from CPExpression.
Definition at line 56 of file CPExpression_keypath.j.
| - (CPExpression) pathExpression |
Definition at line 51 of file CPExpression_keypath.j.