API 0.9.5
CPExpression_variable Class Reference

#import <CPExpression_variable.h>

Inheritance diagram for CPExpression_variable:

List of all members.

Instance Methods

(CPString- description
(void) - encodeWithCoder:
(id) - expressionValueWithObject:context:
(id) - initWithCoder:
(id) - initWithVariable:
(BOOL) - isEqual:
(CPString- variable

Detailed Description

Definition at line 2 of file CPExpression_variable.h.


Method Documentation

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

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

Reimplemented from CPExpression.

Definition at line 53 of file CPExpression_variable.j.


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