API 0.9.5
CPExpression_constant Class Reference

#import <CPExpression_constant.h>

Inheritance diagram for CPExpression_constant:

List of all members.

Instance Methods

(id) - constantValue
(CPString- description
(void) - encodeWithCoder:
(id) - expressionValueWithObject:context:
(id) - initWithCoder:
(id) - initWithValue:
(BOOL) - isEqual:
(CPString- keyPath

Detailed Description

Definition at line 2 of file CPExpression_constant.h.


Method Documentation

- (id) constantValue

Returns the constant value of the receiver.

Returns:
The constant value of the receiver. This method raises an exception if it is not applicable to 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.

Returns:
The key path for the receiver. This method raises an exception if it is not applicable to the receiver.

Reimplemented from CPExpression.

Definition at line 75 of file CPExpression_keypath.j.


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