![]() |
API 0.9.5
|
#import <CPExpression_constant.h>
Instance Methods | |
(id) | - constantValue |
(CPString) | - description |
(void) | - encodeWithCoder: |
(id) | - expressionValueWithObject:context: |
(id) | - initWithCoder: |
(id) | - initWithValue: |
(BOOL) | - isEqual: |
(CPString) | - keyPath |
Definition at line 2 of file CPExpression_constant.h.
- (id) constantValue |
Returns the constant value of the receiver.
Reimplemented from CPExpression.
Definition at line 52 of file CPExpression_constant.j.
- (CPString) description |
Definition at line 62 of file CPExpression_constant.j.
- (void) encodeWithCoder: | (CPCoder) | coder |
Definition at line 82 of file CPExpression_constant.j.
- (id) expressionValueWithObject: | (id) | object | |
context: | (CPDictionary) | context | |
Definition at line 57 of file CPExpression_constant.j.
- (id) initWithCoder: | (CPCoder) | coder |
Definition at line 76 of file CPExpression_constant.j.
- (id) initWithValue: | (id) | value |
Definition at line 31 of file CPExpression_constant.j.
- (BOOL) isEqual: | (id) | object |
Definition at line 41 of file CPExpression_constant.j.
- (CPString) keyPath |
Returns the key path for the receiver.
Reimplemented from CPExpression.
Definition at line 75 of file CPExpression_keypath.j.