![]() |
API 0.9.5
|
#import <CPExpression_function.h>
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 |
Definition at line 2 of file CPExpression_function.h.
- (CPArray) arguments |
Returns the arguments for 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.
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.
Reimplemented from CPExpression.
Definition at line 90 of file CPExpression_function.j.