API 0.9.5
CPExpression_set Class Reference

#import <CPExpression_set.h>

Inheritance diagram for CPExpression_set:

List of all members.

Instance Methods

(CPString- description
(void) - encodeWithCoder:
(id) - expressionValueWithObject:context:
(id) - initWithCoder:
(id) - initWithType:left:right:
(BOOL) - isEqual:
(CPExpression- leftExpression
(CPExpression- rightExpression

Detailed Description

Definition at line 2 of file CPExpression_set.h.


Method Documentation

- (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.

Returns:
The left expression of a set expression. This method raises an exception if it is not applicable to the receiver.

Reimplemented from CPExpression.

Definition at line 88 of file CPExpression_set.j.

- (CPExpression) rightExpression

Returns the right expression of a set expression.

Returns:
The right expression of a set expression. This method raises an exception if it is not applicable to the receiver.

Reimplemented from CPExpression.

Definition at line 93 of file CPExpression_set.j.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Defines