![]() |
API 0.9.5
|
#import <CPExpression_set.h>
Instance Methods | |
(CPString) | - description |
(void) | - encodeWithCoder: |
(id) | - expressionValueWithObject:context: |
(id) | - initWithCoder: |
(id) | - initWithType:left:right: |
(BOOL) | - isEqual: |
(CPExpression) | - leftExpression |
(CPExpression) | - rightExpression |
Definition at line 2 of file CPExpression_set.h.
- (CPString) description |
Definition at line 98 of file CPExpression_set.j.
- (void) encodeWithCoder: | (CPCoder) | coder |
Definition at line 132 of file CPExpression_set.j.
- (id) expressionValueWithObject: | (id) | object | |
context: | (CPDictionary) | context | |
Definition at line 53 of file CPExpression_set.j.
- (id) initWithCoder: | (CPCoder) | coder |
Definition at line 123 of file CPExpression_set.j.
- (id) initWithType: | (int) | type | |
left: | (CPExpression) | left | |
right: | (CPExpression) | right | |
Definition at line 29 of file CPExpression_set.j.
- (BOOL) isEqual: | (id) | object |
Definition at line 42 of file CPExpression_set.j.
- (CPExpression) leftExpression |
Returns the left expression of a set expression.
Reimplemented from CPExpression.
Definition at line 88 of file CPExpression_set.j.
- (CPExpression) rightExpression |
Returns the right expression of a set expression.
Reimplemented from CPExpression.
Definition at line 93 of file CPExpression_set.j.