![]() |
API 0.9.5
|
#import <CPExpression_variable.h>
Instance Methods | |
(CPString) | - description |
(void) | - encodeWithCoder: |
(id) | - expressionValueWithObject:context: |
(id) | - initWithCoder: |
(id) | - initWithVariable: |
(BOOL) | - isEqual: |
(CPString) | - variable |
Definition at line 2 of file CPExpression_variable.h.
- (CPString) description |
Definition at line 65 of file CPExpression_variable.j.
- (void) encodeWithCoder: | (CPCoder) | coder |
Definition at line 94 of file CPExpression_variable.j.
- (id) expressionValueWithObject: | (id) | object | |
context: | (CPDictionary) | context | |
Definition at line 58 of file CPExpression_variable.j.
- (id) initWithCoder: | (CPCoder) | coder |
Definition at line 88 of file CPExpression_variable.j.
- (id) initWithVariable: | (CPString) | variable |
Definition at line 31 of file CPExpression_variable.j.
- (BOOL) isEqual: | (id) | object |
Definition at line 42 of file CPExpression_variable.j.
- (CPString) variable |
Returns the variable for the receiver.
Reimplemented from CPExpression.
Definition at line 53 of file CPExpression_variable.j.